aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/except-1.c
blob: f81b098d7d88111f91cf2f098a06708fdde52673 (plain)
1
2
3
4
5
6
7
/* { dg-options "-fexceptions -I." } */
#include "except-1.h"

int main(void) 
{
  return foo(1);
}