index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
usr.bin
/
bc
/
t8.in
blob: b2f1c180d675f48d82f058990281f06e9d351dbb (
plain
)
1
2
3
4
5
6
while (a < 10) { a += 1; if (a == 2) if (1) continue; if (a == 7) if (1) continue; a }