leo/tests/compiler/input_files/program_state/access_state.leo
2021-05-05 17:48:33 +03:00

11 lines
180 B
Plaintext

/*
namespace: Compile
expectation: Pass
state_file: input/token_withdraw.state
input_file: input/dummy.in
*/
function main() -> bool {
return input.state.root == [0u8; 32];
}