immutable_05.sol 81 B

1234
  1. contract x {
  2. int immutable public immutable y = 1;
  3. }