solidity/test/libsolidity/syntaxTests/literals/hex_string_underscores_valid.sol

4 lines
59 B
Solidity
Raw Normal View History

2019-09-06 13:29:51 +00:00
contract C {
bytes constant c = hex"12_3456_789012";
}