bug report and example fix for issue1
This commit is contained in:
7
test/bug1.sy
Normal file
7
test/bug1.sy
Normal file
@ -0,0 +1,7 @@
|
||||
// bug1: getint(;
|
||||
|
||||
int main() {
|
||||
int a;
|
||||
a = getint(;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user