// { dg-do run }

struct c18 { 
  virtual void bar() { }
};
c18 ret;
int main () {
}
