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