PR c/81417
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / abort-3.c
blobbca425e847318e62e3baba4ff453a349a453eb04
1 /* { dg-do run } */
3 #include <stdio.h>
4 #include <stdlib.h>
6 int
7 main (void)
9 fprintf (stderr, "CheCKpOInT\n");
10 #pragma acc kernels
12 abort ();
15 return 0;
18 /* { dg-output "CheCKpOInT" } */
19 /* { dg-shouldfail "" } */