contract C {
function f() public pure {
revert();
}
// ----
// Warning 5740: (70-78): Unreachable code.