Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc HEAD 12.0.1 20220203 (experimental)

Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic

Author

anonymous

over 3 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2b
prog.cc:5:5: error: storage class specified for 'i'
    5 |     extern int i;
      |     ^~~~~~
prog.cc:6:2: error: expected ';' after class definition
    6 | }
      |  ^
      |  ;
Exit Code:
1