mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: input/dummy.in
|
|
*/
|
|
|
|
const hi = 1u32;
|
|
|
|
function tester(hi: u8) {}
|
|
|
|
function main (y: bool) -> bool {
|
|
return y;
|
|
} |