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
/
PCH
/
nonvisible-external-defs.h
blob
bb25a3d884267bff3e9d08006b293227c417c1c7
1
// Helper for PCH test nonvisible-external-defs.h
2
3
4
5
6
7
8
9
void
f
(
void
) {
10
extern
int
g
(
int
,
int
);
11
}