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