Init new repository
This commit is contained in:
5
tests/test_build_if_import/a/a.lc
Normal file
5
tests/test_build_if_import/a/a.lc
Normal file
@@ -0,0 +1,5 @@
|
||||
#build_if(1);
|
||||
|
||||
A :: proc(): int {
|
||||
return 0;
|
||||
}
|
||||
5
tests/test_build_if_import/a/b.lc
Normal file
5
tests/test_build_if_import/a/b.lc
Normal file
@@ -0,0 +1,5 @@
|
||||
#build_if(0);
|
||||
|
||||
A :: proc(): int {
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user