Init new repository
This commit is contained in:
10
tests/test_namespaced_import/main/c.lc
Normal file
10
tests/test_namespaced_import/main/c.lc
Normal file
@@ -0,0 +1,10 @@
|
||||
import b "b";
|
||||
|
||||
main :: proc(): int {
|
||||
result := b.B();
|
||||
// b.B_NO_API();
|
||||
b.A();
|
||||
b;
|
||||
co := b.BCONST; @unused
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user