contract C {
    function f() pure { }
}
// ----
// SyntaxError 4937: (17-38): No visibility specified. Did you intend to add "public"?