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