summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/01050-func_call_user.c
blob: 82eba7cb1b8880cb41bf80b4b875ed880394ea19 (plain)
1
2
3
4
5
6
int func(n)
{
    int   a   = foo ();
    char *a   = _("some text");
    char *str = N_("other text");
} /* func */