xref: /freebsd/contrib/bc/tests/bc/errors/18.txt (revision e17f5b1d)
1while (1) {
2
3define x(x) {
4	return x
5}
6
7}
8