summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_b.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/diagrams_b.h')
-rw-r--r--examples/diagrams_b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/diagrams_b.h b/examples/diagrams_b.h
new file mode 100644
index 0000000..5fcd247
--- /dev/null
+++ b/examples/diagrams_b.h
@@ -0,0 +1,5 @@
+#ifndef _DIAGRAMS_B_H
+#define _DIAGRAMS_B_H
+class A;
+class B { public: A *m_a; };
+#endif