C++
x
1
2
3
4
int main()
5
{
6
Test {}.printTest();
7
}
8
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2b "test.cpp"
Start
testA testB testC
0
Finish
C++
int main()
{
Test {}.printTest();
}
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/clang-head/include -std=gnu++2b "test.cpp"
Start
testA testB testC
0
Finish