aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/except-1.hs
blob: 33a893d1533500d8bfed831bd4724240d1e37408 (plain)
1
2
3
4
5
6
/* { dg-options "-fexceptions" } */
extern inline int
foo(int a)
{
  return a + 1;
}