solidity/test/libsolidity/ASTJSON/non_utf8.sol
2018-08-03 20:35:50 +02:00

2 lines
56 B
Solidity

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