summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/bc/t2.in
blob: 01b746edcb0f034ced43b0cef9a51fa2a4ac262a (plain) (blame)
1
2
3
4
5
while (1) {
	while (0) break;
	if (a == 1) break;
	if (a = 2) if (a = 3) break;
}