leo/tests/compiler/input_files/program_input/main.leo

10 lines
127 B
Plaintext
Raw Normal View History

2021-05-05 17:35:34 +03:00
/*
namespace: Compile
expectation: Pass
input_file: input/main.in
*/
function main(a: bool) -> bool {
return a == true;
}