contract C { function f() public view returns (uint) { return block.prevrandao; } } // ==== // compileToEwasm: also // EVMVersion: 200000000