summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/diagrams_a.h')
-rw-r--r--examples/diagrams_a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/diagrams_a.h b/examples/diagrams_a.h
new file mode 100644
index 0000000..047a8ab
--- /dev/null
+++ b/examples/diagrams_a.h
@@ -0,0 +1,4 @@
+#ifndef _DIAGRAMS_A_H
+#define _DIAGRAMS_A_H
+class A { public: A *m_self; };
+#endif