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

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