mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-25 10:32:13 +03:00
12 lines
139 B
Plaintext
12 lines
139 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
const hi = 1u32;
|
|
|
|
function tester(hi: u8) {}
|
|
|
|
function main (y: bool) -> bool {
|
|
return y;
|
|
} |