Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / gnulib-tests / test-moo-sub1.oo.h
1 #include "test-moo-root.h"
2
3 #include <stdio.h>
4
5 /* Define a subclass.  */
6 struct sub1 : struct root
7 {
8   FILE *fp;
9 methods:
10 };