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