summaryrefslogtreecommitdiff
path: root/gnulib-local/tests/test-moo-sub1.oo.h
blob: 581439424a4ea84791f058d2091c1badddd27343 (plain)
1
2
3
4
5
6
7
8
9
10
#include "test-moo-root.h"

#include <stdio.h>

/* Define a subclass.  */
struct sub1 : struct root
{
  FILE *fp;
methods:
};