Author
anonymous
over 6 years ago
C
gcc 8.2.0
$ gcc prog.c -std=c89 -pedantic-errors
prog.c: In function 'main': prog.c:9:9: error: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] int a; ^~~