2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse7.C
blob40b22877cc1b0543f42b6275d3e3a48203d9ad7c
1 // { dg-do assemble  }
2 // Bug: g++ tries to parse this as a constructor.
4 typedef int foo;
5 struct A {
6   foo (*bar)();
7 };