(root)/
gettext-0.22.4/
libtextstyle/
gnulib-local/
tests/
test-moo-asub1.oo.h
       1  #include "test-moo-aroot.h"
       2  
       3  #include <stdio.h>
       4  
       5  /* Define a subclass.  */
       6  struct asub1 : struct aroot
       7  {
       8    FILE *fp;
       9  methods:
      10  };