8 /* Ugly, but fmtmsg would otherwise print to stderr which we do not
14 e1
= fmtmsg (MM_PRINT
, "label:part", MM_WARNING
, "text", "action", "tag");
17 e2
= fmtmsg (MM_PRINT
, "label2:part2", 11, "text2", "action2", "tag2");
19 addseverity (10, "additional severity");
22 e3
= fmtmsg (MM_PRINT
, "label3:part3", 10, "text3", "action3", "tag3");
24 return e1
!= 0 || e2
!= 0 || e3
!= 0;
27 #define TEST_FUNCTION do_test ()
28 #include "../test-skeleton.c"