contract C { function f() public pure { return; // unreachable comment } } // ----