1 // trace-pc-guard-example.cc foo()2 void foo() { } main(int argc,char ** argv)3 int main(int argc, char **argv) { 4 if (argc > 1) foo(); 5 } 6 7