2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash29.C
blobcbcfcf5c85a907712dc2d8921190e7a3ac13f67f
1 // { dg-do assemble  }
2 // Origin: Jakub Jelinek <jakub@redhat.com>
4 class bar
6 public:
7   void foo ();
8   void baz ();
9 };
10 void bar::foo ()
12   baz x();                      // { dg-error "" }