Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C

Compiler

gcc HEAD 10.0.0 20190919 (experimental)

Options
Warnings
C11(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ gcc prog.c -Wall -Wextra -std=gnu11
prog.c: In function 'main':
prog.c:6:8: error: lvalue required as increment operand
    6 |   (++x)++;
      |        ^~
Exit Code:
1