repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
decltype-98.cpp
blob
3202dfea71e288291cb370538efffb36b93e48bb
1
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
2
// expected-no-diagnostics
3
extern
int
x
;
4
__decltype
(
1
)
x
=
3
;