FSF GCC merge 02/23/03
[official-gcc.git] / 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 ();