solidity/test/libsolidity/syntaxTests/string/large_utf8_codepoint.sol
2020-07-27 18:21:17 +01:00

5 lines
58 B
Solidity

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