mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Fail
|
|
*/
|
|
|
|
let x = 0x40u32;
|
|
|
|
let y: u32 = 0xAAu32;
|
|
|
|
let z = 0xFFu8; |