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