solidity/test/libyul/yulSyntaxTests/number_literals_3.yul

6 lines
80 B
Plaintext
Raw Normal View History

{
let x := 1e5
}
// ----
// ParserError 4828: (12-15): Invalid number literal.