blob: 531e8ac82da59986bed69cd8a9d6d2a330a17701 [file] [log] [blame]
struct A {
virtual int foo() { return 1; };
virtual int bar();
};