2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ttp1.C
blobaf3f8f76077509f979d6c7ef69f62e7afe329061
1 // { dg-do assemble  }
3 template<class E> class D
5 };
7 template<template<class> class D,class E> class C
9 };
11 int main()
13         C<int,D> c;             // { dg-error "" } args not match