xref: /freebsd/contrib/bc/tests/bc/errors/25.txt (revision 19261079)
1define void g(x) {
2	print x
3	return x
4}
5