1 2 3 4 5 6 7 8
#include <stdio.h> int main() { int a(5); printf("%d\n" , a); return 0; }
1 2
In function 'main': Line 5: error: expected declaration specifiers or '...' before numeric constant