Files
lib_compiler/tests/test_same_foreign_names.txt
2024-04-13 15:29:53 +02:00

11 lines
170 B
Plaintext

// #failed: resolve
// #expected_error_count: 4
lc_testing_thing :: proc() {} @foreign
thing :: proc() {
}
lc_testing_meme :: proc() {} @dont_mangle
meme :: proc() {}