Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / eh / template1_main.C
blob2d169808c465c6dc608ef86ca2a2e95606d540ea
1 // Test whether exception specifier dependent on template parameter
2 // is accepted during template decl processing.
4 // Split into pieces for binary compatibility testing October 2002
6 extern void template1_x (void);
8 int
9 main ()
11   template1_x ();