Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C

Compiler

clang 8.0.0

Options
Warnings
Optimization
C11
-pedantic

Author

anonymous

about 6 years ago

$ clang prog.c -Wall -Wextra -O2 -march=native -std=c11 -pedantic
prog.c:10:13: error: read-only variable is not assignable
    q[0][0] = 'R';
    ~~~~~~~ ^
1 error generated.
Exit Code:
1