comparison clang/test/PCH/cxx-required-decls.h @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
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;