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