solidity/test/libyul/yulSyntaxTests/number_literals_4.yul

6 lines
83 B
Plaintext
Raw Normal View History

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