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