blob: 82eba7cb1b8880cb41bf80b4b875ed880394ea19 [file] [log] [blame]
int func(n)
{
int a = foo ();
char *a = _("some text");
char *str = N_("other text");
} /* func */