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