blob: fca453de874d01bbd46c4a35b2dd97a7acd42acd [file] [log] [blame]
// RUN: %target-parse-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 {}