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

3 lines
37 B
Plaintext

main :: proc(): int {
return 0;
}