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

5 lines
49 B
Plaintext

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