blob: df28ad6c2f8de108129d8c6b4c28fb3c5b7d8ef1 [file] [log] [blame]
Argyrios Kyrtzidis90176d12010-07-27 12:56:10 +00001// Header for PCH test cxx-required-decls.cpp
2
3struct S {
4 S();
5};
6
7static S globS;
Argyrios Kyrtzidis90e99a82010-07-29 18:15:58 +00008
9extern int ext_foo;
10static int bar = ++ext_foo;