summaryrefslogtreecommitdiff
path: root/tests/results/context.xml.in.h
blob: 04ec5385b857e9769ec0a8bf4fa2aea1c1f290ff (plain)
1
2
3
4
5
6
7
/*  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");
char *s = N_("Foo");