contract C { function f() public pure { assembly { let x := 0100 } } } // ---- // ParserError: (72-73): Literal, identifier or instruction expected. // ParserError: (72-73): Octal numbers not allowed.