1 2 3 4 5 6
contract C { uint constant x = 2; function k() pure public returns (uint) { return x; } }