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