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
/
CodeGenCXX
/
__null.cpp
blob
8a1779788395eb6395c835dfd4f44ae005bc8862
1
// RUN: %clang_cc1 %s -emit-llvm -o %t
2
3
int
*
a
=
__null
;
4
int
b
=
__null
;
5
6
void
f
() {
7
int
*
c
=
__null
;
8
int
d
=
__null
;
9
}