struct C { virtual void Foo() {} typedef decltype(&C::Foo) type; //pointer };
Standard input is empty
/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../crt1.o: In function `_start': (.text+0x18): undefined reference to `main' collect2: ld returned 1 exit status
Standard output is empty