[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaCUDA / amdgpu-size_t.cu
blob66999782aa3bf824f3db81ebe85a2f660ba645af
1 // RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -aux-triple x86_64-pc-windows-msvc -fms-compatibility -fcuda-is-device -fsyntax-only -verify %s
3 // expected-no-diagnostics
4 typedef unsigned __int64 size_t;
5 typedef __int64 intptr_t;
6 typedef unsigned __int64 uintptr_t;