summaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/merge-class-definition-visibility/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/merge-class-definition-visibility/b.h')
-rw-r--r--test/Modules/Inputs/merge-class-definition-visibility/b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-class-definition-visibility/b.h b/test/Modules/Inputs/merge-class-definition-visibility/b.h
index 2b8f5f868ed92..03c0ad98dfd8d 100644
--- a/test/Modules/Inputs/merge-class-definition-visibility/b.h
+++ b/test/Modules/Inputs/merge-class-definition-visibility/b.h
@@ -1,2 +1,4 @@
// Include definition of A into the same module as c.h
#include "a.h"
+
+struct B {};