Init new repository
This commit is contained in:
6
tests/test_import_symbol_leak/main/c.lc
Normal file
6
tests/test_import_symbol_leak/main/c.lc
Normal file
@@ -0,0 +1,6 @@
|
||||
import "b";
|
||||
|
||||
C :: proc() {
|
||||
B();
|
||||
A();
|
||||
}
|
||||
Reference in New Issue
Block a user