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