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