2021-05-05 17:35:34 +03:00
|
|
|
/*
|
|
|
|
namespace: Compile
|
|
|
|
expectation: Pass
|
|
|
|
input_file: input/main_field.in
|
|
|
|
*/
|
|
|
|
|
2021-05-13 16:56:17 +03:00
|
|
|
function main(a: field, b: field, y: bool) -> bool {
|
2021-05-25 21:06:45 +03:00
|
|
|
return y == true && a == b;
|
2021-05-05 17:35:34 +03:00
|
|
|
}
|