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