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