Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
85e5156598b1bbad0ae41cf4d0d5b845dd655ffd
/
.
/
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
}