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