2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / except-1.hs
blob33a893d1533500d8bfed831bd4724240d1e37408
1 /* { dg-options "-fexceptions" } */
2 extern inline int
3 foo(int a)
5 return a + 1;