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