aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/crash35.C
blob: d4084fea2fbac6a9fcc1929bf4fd5a86e4bc1d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:
// Origin: Miniussi <miniussi@ilog.fr>

template <class O>
struct Str {
  Str(int& val= (*new int())); 
};

template<class O>
Str<O>::Str(int& val) {}