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