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