diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-05-16 23:16:06 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-05-16 23:16:06 +0000 |
| commit | fdcd71019941e76fc1b2a8ebf3aae112e2295d60 (patch) | |
| tree | 4e8388fdb847d6f19277e4ab83854304b3a387a9 | |
| parent | 053f6c6c9e4d311e42e82ebb13b83d700080ba4c (diff) | |
| download | bcm5719-llvm-fdcd71019941e76fc1b2a8ebf3aae112e2295d60.tar.gz bcm5719-llvm-fdcd71019941e76fc1b2a8ebf3aae112e2295d60.zip | |
Add missed file from r209046.
llvm-svn: 209047
| -rw-r--r-- | clang/test/Modules/Inputs/redecl-add-after-load-top.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/redecl-add-after-load-top.h b/clang/test/Modules/Inputs/redecl-add-after-load-top.h new file mode 100644 index 00000000000..638fb013cd7 --- /dev/null +++ b/clang/test/Modules/Inputs/redecl-add-after-load-top.h @@ -0,0 +1,5 @@ +struct C { + struct A; + static const int variable; + static constexpr int function(); +}; |

