blob: 3a6620d0b7f9e4cb2bdadf5cdc688402a92741b9 [file] [log] [blame]
#include "test-moo-aroot.h"
#include <stdio.h>
/* Define a subclass. */
struct asub1 : struct aroot
{
FILE *fp;
methods:
};