AVR: Support new built-in function __builtin_avr_mask1.
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / except-1.c
blob30350edbd39692c833c95c35fd387f353efa42a7
1 /* { dg-options "-fexceptions -I." } */
2 /* { dg-require-effective-target exceptions } */
3 #include "except-1.h"
5 int main(void)
7 return foo(1);