mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
176 B
Swift
4 lines
176 B
Swift
// RUN: %target-swift-frontend -verify -emit-ir -primary-file %s %S/Inputs/require-layout-error-other.swift -module-name layout
|
|
|
|
public func identity(_ s: S) -> S { return s }
|