leo/tests/compiler/input/main.leo
2022-08-04 20:00:40 -07:00

11 lines
137 B
Plaintext

/*
namespace: Compile
expectation: Pass
input_file: inputs/main.in
*/
@program
function main(a: bool) -> bool {
return a == true;
}