OSDN Git Service

* g++.old-deja/g++.other/eh4.C: Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / crash29.C
1 // Build don't link:
2 // Origin: Jakub Jelinek <jakub@redhat.com>
3
4 // crash test - XFAIL *-*-*
5
6 class bar
7 {
8 public:
9   void foo ();
10   void baz ();
11 };
12 void bar::foo ()
13 {
14   baz x();                      // ERROR - 
15 }