Author
anonymous
over 3 years ago
C
gcc 11.1.0
$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'bar': prog.c:7:20: error: initializer element is not constant 7 | static int a = i; | ^