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