intltool/tests/results/context.xml.in.h
2024-08-20 00:00:23 +05:30

8 lines
220 B
C

char *s = N_("Foo");
/* This is the comment on the first Bar */
char *s = C_("1", "Bar");
/* This is the comment on the second Bar */
char *s = C_("2", "Bar");
/* This is the comment on Baz */
char *s = N_("Baz");