blob: 9347491caa97b9e69bac292abf4446b46b4c06a7 [file] [log] [blame]
// RUN: %clang_cc1 -o - -triple amdgcn-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s
// RUN: %clang_cc1 -o - -triple spirv64-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s
// expected-no-diagnostics
__fp16 testFP16AsArgAndReturn(__fp16 x) {
return x;
}