Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / template1_main.C
blob5ff1327607185b8b18a4430bf03ff1138c19421f
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 // Explicit { dg-require-effective-target exceptions_enabled } so that dependent tests don't turn UNRESOLVED for '-fno-exceptions'.
8 extern void template1_x (void);
10 int
11 main ()
13   template1_x ();