llvm-project/clang/test/Modules/Inputs/redecl-add-after-load-top.h
Richard Smith fdcd710199 Add missed file from r209046.
llvm-svn: 209047
2014-05-16 23:16:06 +00:00

6 lines
90 B
C

struct C {
struct A;
static const int variable;
static constexpr int function();
};