Add -lm dependency for gettextlib to fix LTO build
[platform/upstream/gettext.git] / gnulib-local / tests / test-moo-sub2.oo.h
1 #include "test-moo-sub1.h"
2
3 /* Define a subclass.  */
4 struct sub2 : struct sub1
5 {
6   int indent;
7 methods:
8   void begin_indent (sub2_t x);
9   void end_indent (sub2_t x);
10 };