PR c++/86342 - -Wdeprecated-copy and system headers.
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / abort-1.c
blob296708ff78936cd32e55e8284e9a9638d6e9ad6b
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 parallel
12 abort ();
15 return 0;
18 /* { dg-output "CheCKpOInT" } */
19 /* { dg-shouldfail "" } */