.PHONY: test test: clang test.cpp -std=c++11 -lstdc++ -o test && ./test