solidity/test/libyul/yulSyntaxTests/number_literals_2.yul
2020-11-04 12:03:33 +01:00

6 lines
79 B
Plaintext

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