interface I {
function f() internal;
}
// ----
// TypeError 1560: (15-37): Functions in interfaces must be declared external.