solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/174_address_is_constant.sol

4 lines
84 B
Solidity
Raw Normal View History

contract C {
address constant x = 0x1212121212121212121212121212121212121212;
}