Language
C++
Compiler
gcc HEAD 11.0.0 20200813 (experimental)
Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic
Raw compiler options
file.cpp
Raw runtime options
a1 b2 c3
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-head/include -std=gnu++2a file.cpp
Hello!
arg: ./prog.exe
arg: a1 b2 c3
Exit Code:
0