OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / crash17.C
1 // Build don't link:
2
3 template <int B>
4 class foo;
5
6 template <class U>
7 class bar
8 {
9   typedef foo<(U::id > 0)> foobar;
10 };