mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 23:33:27 +03:00
13 lines
155 B
Plaintext
13 lines
155 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file:
|
|
- inputs/dummy.in
|
|
*/
|
|
|
|
type int = u32;
|
|
type int = u8;
|
|
|
|
function main(y: bool) -> bool {
|
|
return y;
|
|
} |