]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bc/tests/bc/errors/18.txt
Update to version 3.1.1
[FreeBSD/FreeBSD.git] / contrib / bc / tests / bc / errors / 18.txt
1 while (1) {
2
3 define x(x) {
4         return x
5 }
6
7 }