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

6 lines
86 B
Plaintext

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