FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / expr5.C
blob4cb5078702f289af9a84aab31c5fed8aa970152b
1 // Build don't link:
3 template <class T, int i>
4 struct S1;
6 template <class T, int i, int j>
7 struct S2
9   typedef typename S1<T, (i >= j ? 0 : 1) >::type type;