repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
SemaCUDA
/
pr27778.cu
blob
101965bb98a26bbd3190c0b829b3d93c83fca515
1
// RUN: %clang_cc1 -fsyntax-only %s
2
3
#include "Inputs/cuda.h"
4
5
const int constint = 512;
6
__launch_bounds__(constint) void TestConstInt(void) {}