blob: e56a886dd3fb235456ddcf32176ad3e0f1f5d45d [file] [log] [blame]
// RUN: %target-parse-verify-swift
// This module is used by the sil_witness_tables.swift test to exercise
// referencing an external witness table for a conformance.
public protocol ExternalP {}
public struct ExternalConformer: ExternalP {}