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