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

4 lines
43 B
Plaintext

/*@api*/
A :: proc(): int {
return 0;
}