blob: a9cbe87f32c1001f2f27c026a2ef47425016c6d3 [file] [log] [blame]
Yaxun Liud4425002019-01-29 13:20:23 +00001// RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple amdgcn -verify %s
2// expected-no-diagnostics
3#include "Inputs/cuda.h"
4
5__device__ void f(_Float16 x);
6
7__device__ _Float16 x = 1.0f16;