added test cases
This commit is contained in:
13
test/corpus/negative/ForStatement2.txt
Normal file
13
test/corpus/negative/ForStatement2.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
====================
|
||||
ForStatement2
|
||||
:error
|
||||
====================
|
||||
|
||||
function main() -> int {
|
||||
for (while (true){};;) {
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
--------------------
|
||||
Reference in New Issue
Block a user