Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
PCH
/
cxx-required-decls.h
blob: 099d2da56c69ceedef20020ce2f5f69756ced17d [
file
] [
log
] [
blame
]
// Header for PCH test cxx-required-decls.cpp
struct
S
{
S
();
};
static
S globS
;
extern
int
ext_foo
;
static
int
bar
=
++
ext_foo
;
int
glob_var
;