1 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple nvptx64-nvidia-cuda -fsyntax-only -fcuda-is-device -verify %s
4 // expected-no-diagnostics
6 #include "Inputs/cuda.h"
15 __device__ void device_temp(F f);
21 __global__ void kernel_caller() {
25 __device__ void device_caller() {