filter1_main.C   [plain text]


// Test that cleanups get run when a catch filter fails to match.

// Split into pieces for binary compatibility testing October 2002

extern void filter1_x (void);

int
main ()
{
  filter1_x ();
}