Init new repository
This commit is contained in:
7
tests/unreferenced_local_variable.txt
Normal file
7
tests/unreferenced_local_variable.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
// #failed: resolve
|
||||
// #error: unused local variable 'a'
|
||||
|
||||
main :: proc(): int {
|
||||
a: int;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user