FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / crash17.C
blobc4dd969d1e718aaf913d0459eddb19fa4de6c723
1 // Build don't link:
3 template <int B>
4 class foo;
6 template <class U>
7 class bar
9   typedef foo<(U::id > 0)> foobar;