Init new repository
This commit is contained in:
11
tests/test_same_foreign_names.txt
Normal file
11
tests/test_same_foreign_names.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
// #failed: resolve
|
||||
// #expected_error_count: 4
|
||||
|
||||
lc_testing_thing :: proc() {} @foreign
|
||||
|
||||
thing :: proc() {
|
||||
}
|
||||
|
||||
lc_testing_meme :: proc() {} @dont_mangle
|
||||
|
||||
meme :: proc() {}
|
||||
Reference in New Issue
Block a user