Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / ttp49.C
blob8449849540ecf7811dc398cc23e0487a000acd57
1 // { dg-do assemble  }
3 template <int i> class C {};
4 template <template <long> class TT> class D {};
6 int main()
8         D<C> d;         // { dg-error "" } args not match