solidity/test/libsolidity/ASTJSON/non_utf8.sol

2 lines
56 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract C { function f() public { var x = hex"ff"; } }