solidity/test/libsolidity/syntaxTests/string/hex_as_identifier.sol

6 lines
128 B
Solidity
Raw Normal View History

2021-03-25 16:00:05 +00:00
function g() pure {
assembly { let hex := 1 }
}
// ----
// ParserError 2314: (39-42): Expected identifier but got 'ILLEGAL'