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