solidity/test/libyul/yulSyntaxTests/invalid/invalid_octal_number.yul

6 lines
102 B
Plaintext
Raw Normal View History

2020-07-30 10:19:08 +00:00
{
let x := 0100
}
// ----
// ParserError 1465: (15-16): Illegal token: Octal numbers not allowed.