Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / arg2.C
blob9fb7a68cc780d0ad9e8d047e5ebd6ec2b9e411f0
1 // { dg-do compile }
3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 21 Mar 2003 <nathan@codesourcery.com>
6 // PR 9708. We accepted a local class
8 template <typename T> class X {};
10 void fn ()
12   class L {};
13   X<L> f; // { dg-error "uses local type|trying to instantiate|no type|invalid type" "" }