opnsense-src/usr.bin/indent/tests/ps.0.stdout
Dag-Erling Smørgrav b5b9eaa962 Restore and document -ps / -nps option.
Sponsored by:	Klara, Inc.
Reviewed by:	pauamma_gundo.com, pstef, kevans
Differential Revision:	https://reviews.freebsd.org/D40788
2023-06-29 13:59:49 +00:00

8 lines
58 B
Text

struct s {
int i;
};
void
f(struct s *p)
{
p -> i--;
}