leo/tests/compiler/input_files/program_state/visibility_fail.leo

11 lines
158 B
Plaintext
Raw Normal View History

2021-05-05 17:48:33 +03:00
/*
namespace: Compile
expectation: Fail
state_file: input/visibility_fail.state
input_file: input/dummy.in
*/
function main() -> bool {
return true;
}