mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
219 B
Swift
5 lines
219 B
Swift
// RUN: %target-swift-frontend -parse-as-library -enable-library-evolution -emit-module -module-name Test -experimental-skip-non-inlinable-function-bodies %s
|
|
|
|
@backDeployed(before: SwiftStdlib 5.7)
|
|
public func foo() {}
|