summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/redecl-merge-right.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/redecl-merge-right.h')
-rw-r--r--clang/test/Modules/Inputs/redecl-merge-right.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/redecl-merge-right.h b/clang/test/Modules/Inputs/redecl-merge-right.h
index f5e4eb8ee44..f86f1103eea 100644
--- a/clang/test/Modules/Inputs/redecl-merge-right.h
+++ b/clang/test/Modules/Inputs/redecl-merge-right.h
@@ -18,6 +18,12 @@ C2 *get_a_C2(void);
@class C3;
C3 *get_a_C3(void);
+@class C4;
+@class C4;
+@class C4;
+@class C4;
+C4 *get_a_C4(void);
+
@class Explicit;
int *explicit_func(void);
OpenPOWER on IntegriCloud