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;
}