[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaCUDA / pr27778.cu
blob101965bb98a26bbd3190c0b829b3d93c83fca515
1 // RUN: %clang_cc1 -fsyntax-only %s
3 #include "Inputs/cuda.h"
5 const int constint = 512;
6 __launch_bounds__(constint) void TestConstInt(void) {}