solidity/test/libsolidity/ASTJSON/non_utf8.sol
2019-08-26 17:34:21 +02:00

4 lines
65 B
Solidity

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