2021-05-03 16:47:33 +03:00
|
|
|
/*
|
|
|
|
namespace: Compile
|
|
|
|
expectation: Pass
|
2021-05-13 16:56:17 +03:00
|
|
|
input_file: input/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;
|
|
|
|
}
|