Files
swift-mirror/test/SILGen/Inputs/witness_tables_b.swift
David Farler b7d17b25ba Rename -parse flag to -typecheck
A parse-only option is needed for parse performance tracking and the
current option also includes semantic analysis.
2016-11-28 10:50:55 -08:00

9 lines
240 B
Swift

// 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 {}