Init new repository
This commit is contained in:
6
tests/break_outside_loop.txt
Normal file
6
tests/break_outside_loop.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
// #failed: resolve
|
||||
// #error: break outside of a for loop is illegal
|
||||
|
||||
main :: proc() {
|
||||
break;
|
||||
}
|
||||
Reference in New Issue
Block a user