Init new repository
This commit is contained in:
4
tests/test_circular_imports/circular_b/circular_b.lc
Normal file
4
tests/test_circular_imports/circular_b/circular_b.lc
Normal file
@@ -0,0 +1,4 @@
|
||||
import "main";
|
||||
|
||||
other_thing :: proc() {
|
||||
}
|
||||
4
tests/test_circular_imports/main/circular_a.lc
Normal file
4
tests/test_circular_imports/main/circular_a.lc
Normal file
@@ -0,0 +1,4 @@
|
||||
import "circular_b";
|
||||
|
||||
thing :: proc() {
|
||||
}
|
||||
2
tests/test_circular_imports/test.txt
Normal file
2
tests/test_circular_imports/test.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
// #failed: package
|
||||
// #error: circular import
|
||||
Reference in New Issue
Block a user