starlark 0.13.0

An implementation of the Starlark language in Rust.
Documentation
# @generated
# To regenerate, run:
# ```
# STARLARK_RUST_REGENERATE_GOLDEN_TESTS=1 cargo test -p starlark --lib
# ```

def foo(x, y):
    return noop(y, x)

def test(x, y):
    # This call should be inlined.
    return foo(y, x)

# Bytecode:

Max stack size: 1
Instructions:
  0: CallFrozenNativePos noop &0..&2 instrs.star.bzl:2:12-22 ->&2
  56: Return &2
  64: End