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

3 lines
34 B
Plaintext

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