solidity/test/libsolidity/ASTJSON/non_utf8.sol
2019-10-02 22:31:12 +02:00

4 lines
65 B
Solidity

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