xref: /freebsd/usr.bin/indent/tests/ps.0 (revision 28f6c2f292806bf31230a959bc4b19d7081669a7)
1struct s { int i; };
2void f(struct s *p) {
3	p->i--;
4}
5