xfail scan-tree-dump-not throw in g++.dg/pr99966.C on hppa*64*-*-*
[official-gcc.git] / libgomp / testsuite / libgomp.c-c++-common / reverse-offload-1-aux.c
blobb3a331d12da5f5055895f6b4f44d69ee4056b289
1 /* { dg-do compile { target skip-all-targets } } */
3 /* Declare the following function in a separare translation unit
4 to ensure it won't have a device version. */
6 int
7 add_3 (int x)
9 return x + 3;