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

5 lines
49 B
Plaintext

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