Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e93c63d468d36e67cb15d183ecc6b8216c87c138
/
.
/
clang
/
test
/
CodeGen
/
2006-09-25-DebugFilename.h
blob: 9b03666b3c272c15ea6a8fc95254003284f90224 [
file
] [
log
] [
blame
]
Eric Christopher
85e5156
2011-07-26 22:17:02 +0000
[
diff
] [
blame
]
1
extern
int
exfunc
(
int
a
);
2
3
static
inline
int
hfunc1
()
4
{
5
return
exfunc
(
1
);
6
}