blob: d13dd9e5160e81ee3b33d5b0b4ddfbb1f9dad982 [file] [log] [blame]
struct A
{
virtual void f() = 0;
};
typedef A (*fp)(); // { dg-error "abstract" }