blob: b8b51ae8ca71ef9c69687064a5a3b5d7f9592998 [file] [log] [blame]
/* { 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;
}