• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
1#include "test-moo-sub1.h"
2
3/* Define a subclass.  */
4struct sub2 : struct sub1
5{
6  int indent;
7methods:
8  void begin_indent (sub2_t x);
9  void end_indent (sub2_t x);
10};
11