Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c8930de79e0d16cb2cbb303e22e4efd72d1514e5
/
.
/
llvm
/
test
/
DebugInfo
/
Inputs
/
dwarfdump-inl-test.h
blob: ecc2aaac0994b5832e99be3333e8d6be11adc9d2 [
file
] [
log
] [
blame
]
Alexey Samsonov
897f2cf
2013-02-08 14:34:33 +0000
[
diff
] [
blame
]
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
}