solidity/test/libyul/yulSyntaxTests/invalid/invalid_octal_number.yul
2022-04-01 23:41:18 -05:00

6 lines
106 B
Plaintext

{
let x := 0100
}
// ----
// ParserError 1465: (15-16='0'): Illegal token: Octal numbers not allowed.