summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-moo-asub1.oo.h
blob: 3a6620d0b7f9e4cb2bdadf5cdc688402a92741b9 (plain)
1
2
3
4
5
6
7
8
9
10
#include "test-moo-aroot.h"

#include <stdio.h>

/* Define a subclass.  */
struct asub1 : struct aroot
{
  FILE *fp;
methods:
};