# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```
Code:
def test():
x = struct(a = 1, b = "test")
No errors.
Types:
x: struct(a = int, b = str)
Compiler typechecker (eval):
No errors.