contract C { uint immutable x; constructor() { x++; } }