]> granicus.if.org Git - clang/commitdiff
Add missed file from r209046.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 May 2014 23:16:06 +0000 (23:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 May 2014 23:16:06 +0000 (23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209047 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/redecl-add-after-load-top.h [new file with mode: 0644]

diff --git a/test/Modules/Inputs/redecl-add-after-load-top.h b/test/Modules/Inputs/redecl-add-after-load-top.h
new file mode 100644 (file)
index 0000000..638fb01
--- /dev/null
@@ -0,0 +1,5 @@
+struct C {
+  struct A;
+  static const int variable;
+  static constexpr int function();
+};