1 /* { dg-do compile { target skip-all-targets } } */
2
3 /* Declare the following function in a separare translation unit
4 to ensure it won't have a device version. */
5
6 int
7 add_3 (int x)
8 {
9 return x + 3;
10 }