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

/* Define a subclass.  */
struct sub2 : struct sub1
{
  int indent;
methods:
  void begin_indent (sub2_t x);
  void end_indent (sub2_t x);
};