/* namespace: Compile expectation: Pass input_file: input/main_char.in */ function main(a: char, y: bool) -> bool { return y == true && a == '👍'; }