blob: c17d60d3a3a0ae53c2d5816c8a5d55e4441e48bb [file] [log] [blame]
struct A
{
virtual void f() = 0;
};
typedef A (*fp)();