# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```
def test(x):
for i in x:
if i: continue
noop(i)
# Bytecode:
Max stack size: 2
Instructions:
0: Iter &x 0 ->&2 ->&i 144
> 24: IfNotBr &i 64
40: Continue &2 0 ->&i 24 144
> 64: CallFrozenNativePos noop &1..&2 instrs.star.bzl:4:5-12 ->&3
120: Continue &2 0 ->&i 24 144
>144: ReturnConst None
160: End