Add missed file from r209046.
llvm-svn: 209047
This commit is contained in:
parent
053f6c6c9e
commit
fdcd710199
5
clang/test/Modules/Inputs/redecl-add-after-load-top.h
Normal file
5
clang/test/Modules/Inputs/redecl-add-after-load-top.h
Normal file
@ -0,0 +1,5 @@
|
||||
struct C {
|
||||
struct A;
|
||||
static const int variable;
|
||||
static constexpr int function();
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user