leo/disabled_tests/compiler/input_files/program_input/main_string.leo

10 lines
179 B
Plaintext
Raw Normal View History

/*
namespace: Compile
expectation: Pass
input_file: input/main_string.in
*/
function main(a: [char; 5], y: bool) -> bool {
return y == true && a == "😭😂👍😁😘";
}