mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
329 B
Swift
9 lines
329 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: %target-swift-frontend %S/Inputs/duplicate_normalprotocolconformance_input.swift -o %t/Swift.swiftmodule -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()
|
|
|