Fix typo in test case
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash27.C
blob6654bdfb00d725566610bed7878f7e3064aae825
1 // Build don't link:
2 // Origin: Jakub Jelinek <jakub@redhat.com>
4 // excess errors test - XFAIL *-*-*
6 X(Y(long, Type, CLink)); break; default: break; } } }   // ERROR - 
8 struct A {
9   inline A ();
12 inline A::A ()
13