Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc:1:11: warning: missing terminating '"' character [-Winvalid-pp-token]
#define S "
^
prog.cc:2:11: warning: missing terminating '"' character [-Winvalid-pp-token]
#define E "
^
prog.cc:6:18: error: expected expression
int main() {puts(S hello world E);}
^
prog.cc:1:11: note: expanded from macro 'S'
#define S "
^
2 warnings and 1 error generated.
Exit Code:
1