Add support for ARMv8-R architecture
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c-c++-common / declare-5.c
blob38c5de063d935b5f2f4fa56d0558b93f30d42f78
1 /* { dg-do run { target openacc_nvidia_accel_selected } } */
3 #include <stdio.h>
5 int
6 main (int argc, char **argv)
8 int a[8] __attribute__((unused));
10 fprintf (stderr, "CheCKpOInT\n");
11 #pragma acc declare present (a)
14 /* { dg-output "CheCKpOInT" } */
15 /* { dg-shouldfail "" } */