solidity/test/libyul/yulSyntaxTests/invalid/invalid_octal_number.yul
2020-12-16 12:20:07 +01:00

6 lines
102 B
Plaintext

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