blob: 581439424a4ea84791f058d2091c1badddd27343 [file] [log] [blame]
#include "test-moo-root.h"
#include <stdio.h>
/* Define a subclass. */
struct sub1 : struct root
{
FILE *fp;
methods:
};