2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / elab1.C
blob2997eef62557cd77788f45c9478f2faa25b745ac
1 namespace Name {
3     typedef void *(*Function)( void *, int );
5     struct Foo {
6       struct Function xyz[5]; // { dg-error "" }
7     };