except-1.hs   [plain text]


/* { dg-options "-fexceptions" } */
extern inline int
foo(int a)
{
  return a + 1;
}