[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / PCH / cxx-required-decls.h
blob099d2da56c69ceedef20020ce2f5f69756ced17d
1 // Header for PCH test cxx-required-decls.cpp
3 struct S {
4 S();
5 };
7 static S globS;
9 extern int ext_foo;
10 static int bar = ++ext_foo;
12 int glob_var;