aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/Inputs/namespaces.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/Inputs/namespaces.h')
-rw-r--r--test/PCH/Inputs/namespaces.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/Inputs/namespaces.h b/test/PCH/Inputs/namespaces.h
index 553aadd1f9ed..bd2c3ee98271 100644
--- a/test/PCH/Inputs/namespaces.h
+++ b/test/PCH/Inputs/namespaces.h
@@ -38,3 +38,7 @@ using namespace N2::Inner;
extern "C" {
void ext();
}
+
+inline namespace N4 {
+ struct MemberOfN4;
+}