mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
357 B
Swift
10 lines
357 B
Swift
// RUN: rm -rf %t
|
|
// RUN: mkdir -p %t
|
|
// RUN: %target-swift-frontend %S/Inputs/duplicate_normalprotocolconformance_input.swift -o %t/Swift.swiftmodule -sil-serialize-all -emit-module -parse-stdlib -parse-as-library -module-link-name swiftCore -module-name Swift
|
|
// RUN: %target-swift-frontend -c %s -I %t -sil-link-all -o %t/out
|
|
|
|
import Swift
|
|
|
|
var s = S()
|
|
|