1 2 3 4 5 6 7 8 9 10 11 12 13
/* { dg-skip-if "" { *-*-* } } */ #pragma omp requires reverse_offload /* Note: The file does not have neither of: declare target directives, device constructs or device routines. */ int x; void foo (void) { x = 1; }