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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Analysis
/
Inputs
/
system-header-simulator-for-nullability-cxx.h
blob
fe620c9ff197ea9c53843195600f6cf63708b65a
1
#pragma clang system_header
2
3
struct
S
{
4
~
S
(){}
5
};
6
7
void
foo
() {
8
S s
;
9
}