summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h')
-rw-r--r--packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h b/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h
index a6c59b94c896..dba4fee9a8c2 100644
--- a/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h
+++ b/packages/Python/lldbsuite/test/lang/cpp/gmodules/pch.h
@@ -10,3 +10,8 @@ class GenericContainer {
};
typedef GenericContainer<int> IntContainer;
+
+struct Foo {
+ class Bar;
+ Bar *bar;
+};