// RUN: %target-swift-frontend -typecheck -primary-file %s %S/Inputs/protocol-inheritance.swift func kitty(cat: Meow) { cat.pet() }