// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // RUN: %clang_cc1 \ // RUN: -internal-isystem %S/../../lib/Headers/cuda_wrappers \ // RUN: -internal-isystem %S/Inputs/include \ // RUN: -triple x86_64-unknown-unknown \ // RUN: -emit-llvm %s -O1 -o - \ // RUN: | FileCheck %s #define __host__ __attribute__((host)) #define __device__ __attribute__((device)) #include extern "C" bool cmp(double a, double b) { return a