run : g++ pimpl.cpp test.cpp -o test && ./test clean : -rm test *~