Add libgomp.oacc-fortran/acc_on_device-1-4.f
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-20.c
blobdcbb039cc88b95779a0445e6f4f762fb5653b776
1 /* { dg-additional-options "-std=gnu89" } */
3 int*f(x)int*x;{if(x[4]){int h[1];if(setjmp(h))return x;}}