Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 4 years ago

Language

C

Compiler

gcc 10.1.0

Options
Compiler Default
no pedantic

Author

anonymous

about 4 years ago

Test.java

$ gcc prog.c
prog.c:28:7: error: variably modified 'table' at file scope
   28 | node *table[N];
      |       ^~~~~
Exit Code:
1