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