aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash27.C
blob: dfbacc80387bddc1a4f0ef6660a21f0ef726adf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Build don't link:
// Origin: Jakub Jelinek <jakub@redhat.com>

X(Y(long, Type, CLink)); break; default: break; } } }	// ERROR - 

struct A {
  inline A ();
};

inline A::A ()
{ 
}