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
[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git]
/
llvm
/
test
/
DebugInfo
/
Inputs
/
dwarfdump-inl-test.h
blob
ecc2aaac0994b5832e99be3333e8d6be11adc9d2
1
inline
int
inlined_h
() {
2
volatile
int
z
=
0
;
3
return
z
;
4
}
5
6
inline
int
inlined_g
() {
7
volatile
int
y
=
inlined_h
();
8
return
y
;
9
}