contract C { uint immutable x; constructor() { x = 1; x = 4; } }