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