1// Header for PCH test cxx-required-decls.cpp2 3struct S {4 S();5};6 7static S globS;8 9extern int ext_foo;10static int bar = ++ext_foo;11 12int glob_var;13