solidity/test/libsolidity/syntaxTests/string/hex_as_identifier.sol
2022-04-01 23:41:18 -05:00

6 lines
134 B
Solidity

function g() pure {
assembly { let hex := 1 }
}
// ----
// ParserError 2314: (39-42='hex'): Expected identifier but got 'ILLEGAL'