# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```
S = struct(a = 2)
def test(x):
return x == S
# Bytecode:
Max stack size: 1
Instructions:
0: EqConst &x struct(a=2) ->&1
24: Return &1
32: End