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
/
cxx-required-decls.h
blob
099d2da56c69ceedef20020ce2f5f69756ced17d
1
// Header for PCH test cxx-required-decls.cpp
2
3
struct
S
{
4
S
();
5
};
6
7
static
S globS
;
8
9
extern
int
ext_foo
;
10
static int
bar
= ++
ext_foo
;
11
12
int
glob_var
;