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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2006-09-25-DebugFilename.h
blob
9b03666b3c272c15ea6a8fc95254003284f90224
1
extern
int
exfunc
(
int
a
);
2
3
static
inline
int
hfunc1
()
4
{
5
return
exfunc
(
1
);
6
}