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