solidity/test/libsolidity/ASTJSON/non_utf8.sol
2020-07-20 17:22:04 +02:00

4 lines
75 B
Solidity

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