Clang CPP Compile Command
clang++ -Wall -std=c++11 test.cc -o test
Tender Trout
clang++ -Wall -std=c++11 test.cc -o test