1// { dg-do run }
2
3struct c18 {
4  virtual void bar() { }
5};
6c18 ret;
7int main () {
8}
9