OpenBSD-4.6/regress/usr.bin/bc/t2.in

while (1) {
	while (0) break;
	if (a == 1) break;
	if (a = 2) if (a = 3) break;
}