Files
solidity/test/libsolidity/ASTJSON/non_utf8.sol
T

4 lines
65 B
Solidity

contract C { function f() public { var x = hex"ff"; } }
// ----