Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C

Compiler

gcc 11.1.0

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 3 years ago

$ 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;
      |                    ^
Exit Code:
1