1// Split into pieces for binary compatibility testing October 2002
2
3extern void dtor1_x (void);
4
5int
6main ()
7{
8  dtor1_x ();
9}
10