aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/cxx-required-decls.h
blob: df28ad6c2f8de108129d8c6b4c28fb3c5b7d8ef1 (plain)
1
2
3
4
5
6
7
8
9
10
// Header for PCH test cxx-required-decls.cpp

struct S {
  S();
};

static S globS;

extern int ext_foo;
static int bar = ++ext_foo;