1/* { dg-options "-fexceptions" } */
2extern inline int
3foo(int a)
4{
5  return a + 1;
6}
7