summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/compat/init/dtor1_main.C
blob: 78868784038915000dbe6c31b7801865c10cb953 (plain)
1
2
3
4
5
6
7
8
9
// Split into pieces for binary compatibility testing October 2002

extern void dtor1_x (void);

int
main ()
{
  dtor1_x ();
}