execution ("int main()") AnonymousStuff: tests if ac++ can deal with anonymous classes, namespace, etc. ============================================================= call ("void ::g1()") execution ("void ::g1()") in unnamed namespace call ("void f()") execution ("void f()") call ("void ::C::cfunc()") execution ("void ::C::cfunc()") in unnamed namespace call ("void ::::g2()") execution ("void ::::g2()") in unnamed namespace call ("void f()") call within g2() to ("void f()") execution ("void f()") call ("void ::g1()") call within g2() to ("void ::g1()") execution ("void ::g1()") in unnamed namespace call ("void f()") execution ("void f()") call ("void ::C::cfunc()") execution ("void ::C::cfunc()") in unnamed namespace execution ("const ::C &::C::staticcfunc(::C &)") in unnamed namespace call ("void ::C::cfunc()") execution ("void ::C::cfunc()") in unnamed namespace execution ("FooBar::MyEnum ::A::B::f(FooBar::FooBar2::C &)") in unnamed namespace =============================================================