blob: b3a331d12da5f5055895f6b4f44d69ee4056b289 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { 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;
}
|