blob: 02f0daea1ea19ae5afdd10b37d37caa1335f549f [file] [log] [blame]
// { dg-do run }
struct c18 {
virtual void bar() { }
};
c18 ret;
int main () {
}