intltool/tests/results/context.xml.in.h

8 lines
220 B
C
Raw Permalink Normal View History

2024-08-06 18:15:01 +00:00
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");