#!/bin/sh
colorgcc test.cpp  test -lstdc++ -I../../ -ftemplate-depth-30 && ./test
