except-1.c   [plain text]


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

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