// RUN: %target-typecheck-verify-swift protocol P { func method() -> Int } func address_only_bind(x: T?) -> Int { let y = x!.method() return y }