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

6 lines
84 B
Plaintext

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