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