solidity/test/libyul/yulSyntaxTests/number_literals_2.yul

6 lines
79 B
Plaintext
Raw Normal View History

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