Language
C++
Compiler
gcc 9.2.0
Options
Warnings
Don't Use Boost
C++17(GNU)
no pedantic
Raw compiler options
-include
stdio.h
-DB="hello world\n"
-DA=int main(){printf(B);return 0;}
$ g++ prog.cc -Wall -Wextra -std=gnu++17 -include stdio.h -DB="hello world\n" -DA=int main(){printf(B);return 0;} hello world
Exit Code:
0