Files
lib_compiler/tests/test_build_if_import/b/a.lc
2024-04-13 15:29:53 +02:00

5 lines
49 B
Plaintext

#build_if(0);
B :: proc(): int {
return 1;
}