Hello together.
I have a bug found it.
I
int a[] = {11, 12, 13} //missing the semicolon (no error message).
printf("first");
printf("second");
printf("third");
output
second
third
II
int a[] = {11, 12, 13} //missing the semicolon (no error message).
printf("first")//missing the semicolon
printf("second");
printf("third");
output
third
With regards Zsolt
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel