The Nest
Explore
Sign in
nuudlman
llvm
clang
test
CodeGen
2006-09-25-DebugFilename.h
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
extern
int
exfunc
(
int
a
)
;
static
inline
int
hfunc1
(
)
{
return
exfunc
(
1
)
;
}