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

11 lines
160 B
Plaintext

/*
namespace: Compile
expectation: Fail
state_file: input/section_undefined.state
input_file: input/dummy.in
*/
function main() -> bool {
return true;
}