brintos

brintos / llvm-project-archived public Read only

0
0
Text · 149 B · 099d2da Raw
13 lines · c
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