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

6 lines
46 B
Plaintext

import "a";
/*@api*/
B :: proc() {
A();
}