fix semantic for printing or sth
This commit is contained in:
7
src/test_4.cm
Normal file
7
src/test_4.cm
Normal file
@@ -0,0 +1,7 @@
|
||||
int main(void)
|
||||
{
|
||||
int x[5];
|
||||
x[output(5)] = 3 + 5;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user