2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / except-1.c
blobf81b098d7d88111f91cf2f098a06708fdde52673
1 /* { dg-options "-fexceptions -I." } */
2 #include "except-1.h"
4 int main(void)
6 return foo(1);