xref: /openbsd/regress/usr.bin/bc/t2.in (revision 76d0caae)
1while (1) {
2	while (0) break;
3	if (a == 1) break;
4	if (a = 2) if (a = 3) break;
5}
6