xref: /openbsd/regress/usr.bin/bc/t3.in (revision 17df1aa7)
1for (i = 0; i < 10; i++) {
2	a[i] = 3;
3	if (x % 3 == 0) break;
4}
5