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