Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / ttp3.C
blob2350104cb592c88c21965fba718b056be69da92b
1 // { dg-do assemble  }
3 template<class E,class F> class D
5 };
7 template<template<class> class D,class E> class C
9 };
11 int main()
13         C<D,int> c;             // { dg-error "" } param list not match/sees it as not having a type