OSDN Git Service

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