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