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

6 lines
46 B
Plaintext

import "b";
C :: proc() {
B();
A();
}