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