summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-moo-sub2.oo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/gnulib-tests/test-moo-sub2.oo.h')
-rw-r--r--gettext-tools/gnulib-tests/test-moo-sub2.oo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gettext-tools/gnulib-tests/test-moo-sub2.oo.h b/gettext-tools/gnulib-tests/test-moo-sub2.oo.h
new file mode 100644
index 0000000..d03b36a
--- /dev/null
+++ b/gettext-tools/gnulib-tests/test-moo-sub2.oo.h
@@ -0,0 +1,10 @@
+#include "test-moo-sub1.h"
+
+/* Define a subclass. */
+struct sub2 : struct sub1
+{
+ int indent;
+methods:
+ void begin_indent (sub2_t x);
+ void end_indent (sub2_t x);
+};