OSDN Git Service

* gcc.dg/tree-ssa/inline-4.c: Bind pic locally.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pch / except-1.c
1 /* { dg-options "-fexceptions -I." } */
2 #include "except-1.h"
3
4 int main(void) 
5 {
6   return foo(1);
7 }