1 /* { dg-options "-fexceptions -I." } */ 2 /* { dg-require-effective-target exceptions } */ 3 #include "except-1.h" 4 main(void)5 int main(void) 6 { 7 return foo(1); 8 } 9