mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 08:02:14 +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; |