solidity/test/libsolidity/syntaxTests/string/large_utf8_codepoint.sol
2020-07-13 20:43:30 +01:00

4 lines
50 B
Solidity

contract C {
string s = "\xf0\x9f\xa6\x84";
}