summaryrefslogtreecommitdiff
path: root/gnulib-local/tests/test-moo-asub1.oo.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/tests/test-moo-asub1.oo.h')
-rw-r--r--gnulib-local/tests/test-moo-asub1.oo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnulib-local/tests/test-moo-asub1.oo.h b/gnulib-local/tests/test-moo-asub1.oo.h
new file mode 100644
index 0000000..3a6620d
--- /dev/null
+++ b/gnulib-local/tests/test-moo-asub1.oo.h
@@ -0,0 +1,10 @@
+#include "test-moo-aroot.h"
+
+#include <stdio.h>
+
+/* Define a subclass. */
+struct asub1 : struct aroot
+{
+ FILE *fp;
+methods:
+};