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