Init new repository
This commit is contained in:
14
tests/test_error_in_other_package/main/main.lc
Normal file
14
tests/test_error_in_other_package/main/main.lc
Normal file
@@ -0,0 +1,14 @@
|
||||
import "other";
|
||||
|
||||
Meme :: proc(): asd2 {
|
||||
return 0;
|
||||
}
|
||||
|
||||
make_sure_it_doesnt_report_about_lacking_return :: proc(): int {
|
||||
asd := Meme();
|
||||
return asd;
|
||||
}
|
||||
|
||||
main :: proc(): int {
|
||||
c: asd_local;
|
||||
}
|
||||
Reference in New Issue
Block a user