contract C { constructor() public { return; } uint immutable x = 3; } // ----