mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: inputs/dummy.in
|
|
*/
|
|
|
|
function main(k: bool) -> bool {
|
|
let x: u8 = 1u8;
|
|
let x: bool = true;
|
|
|
|
return k == true;
|
|
} |