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