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