[lang-ref] ( state_no_operation ) ( python )

def test_state_no_operation():
    def do_nothing():
        pass

    a = 1
    do_nothing()
    assert a == 1