[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / SemaCUDA / fp16-arg-return.cu
blob23a9613b18b2846b3bb3004d82bcf50eb1f7ab2d
1 // RUN: %clang_cc1 -emit-llvm -o - -triple amdgcn-amd-amdhsa -fcuda-is-device -fsyntax-only -verify %s
3 // expected-no-diagnostics
5 __fp16 testFP16AsArgAndReturn(__fp16 x) {
6   return x;