mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
let x = 3u8;
|
|
const y = x > 2u8? 1u8 : 2u8;
|
|
}
|