leo/tests/parser/statement/hex_int_fail.leo

10 lines
107 B
Plaintext
Raw Normal View History

2022-03-04 21:26:34 +03:00
/*
namespace: ParseStatement
expectation: Fail
*/
let x = 0x40u32;
let y: u32 = 0xAAu32;
let z = 0xFFu8;