Sign in
gnu
/
gcc
/
967424dcde6bf2d821b581b8f75b5a839e650fed
/
.
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
reverse-offload-1-aux.c
blob: b3a331d12da5f5055895f6b4f44d69ee4056b289 [
file
] [
log
] [
blame
]
/* { dg-do compile { target skip-all-targets } } */
/* Declare the following function in a separare translation unit
to ensure it won't have a device version. */
int
add_3
(
int
x
)
{
return
x
+
3
;
}