1 // { dg-do assemble } 2 // Bug: g++ tries to parse this as a constructor. 3 4 typedef int foo; 5 struct A { 6 foo (*bar)(); 7 }; 8