blob: 65a6cf7977347a0aa8e82e77509aea119c72a25e [file] [log] [blame]
// RUN: %target-typecheck-verify-swift
// This module is used by the witness_tables.swift test, to test protocol
// conformance introduced by extensions across modules.
public struct OtherModuleStruct {}
public class OtherModuleClass {}