[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git] / clang / test / SemaCUDA / float16.cu
blob9c7faef284fee76d96107d64d4523ab05d2d6394
1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple amdgcn -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple spirv64-amd-amdhsa -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -triple x86_64 -aux-triple nvptx64 -verify %s
4 // expected-no-diagnostics
5 #include "Inputs/cuda.h"
7 __device__ void f(_Float16 x);
9 __device__ _Float16 x = 1.0f16;