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