2021-05-03 16:47:33 +03:00
|
|
|
/*
|
|
|
|
namespace: Compile
|
|
|
|
expectation: Pass
|
2022-05-06 01:38:55 +03:00
|
|
|
input_file: inputs/dummy.in
|
2021-05-03 16:47:33 +03:00
|
|
|
*/
|
|
|
|
|
2021-05-13 16:56:17 +03:00
|
|
|
function main(y: bool) -> bool {
|
|
|
|
console.log("a = {}", y);
|
|
|
|
return y == true;
|
|
|
|
}
|