aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/crash17.C
blob: c4dd969d1e718aaf913d0459eddb19fa4de6c723 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:

template <int B>
class foo;

template <class U>
class bar
{
  typedef foo<(U::id > 0)> foobar;
};