aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash63.C
blob: 84f8fc5762484a6fcdc9e34a2d8d044c0b5b300c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Build don't link: 
// GROUPS passed old-abort
class String
   {
 public:
   String (const char *str);
   };

class UnitList 
   {
 public:
   UnitList (...);
   };

UnitList unit_list (String("keV"));