solidity/test/libsolidity/syntaxTests/literals/hex_string_underscores_valid.sol
2019-09-06 17:58:35 +02:00

4 lines
59 B
Solidity

contract C {
bytes constant c = hex"12_3456_789012";
}