xref: /llvm-project/clang/test/SemaCUDA/amdgpu-f128.cu (revision 88e2bb40921f35663e16e45514de20018615c36f)
1 // RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-unknown-linux-gnu -fcuda-is-device -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple spirv64-amd-amdhsa -aux-triple x86_64-unknown-linux-gnu -fcuda-is-device -fsyntax-only -verify %s
3 
4 // expected-no-diagnostics
5 typedef __float128 f128_t;
6