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