aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/compat/eh/template1_main.C
blob: 2d169808c465c6dc608ef86ca2a2e95606d540ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Test whether exception specifier dependent on template parameter
// is accepted during template decl processing.

// Split into pieces for binary compatibility testing October 2002

extern void template1_x (void);

int
main ()
{
  template1_x ();
}