/* { dg-options "-fexceptions -I." } */
#include "except-1.h"

int main(void) 
{
  return foo(1);
}
