mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
368 B
Swift
9 lines
368 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: echo '@available(macOS 12.0, iOS 15.0, macCatalyst 15.0, *)' > %t/Foo.swift
|
|
// RUN: echo 'public struct Foo {}' >> %t/Foo.swift
|
|
|
|
// RUN: %target-swift-frontend -emit-module -emit-module-interface-path %t/Foo.swiftinterface -enable-library-evolution %t/Foo.swift
|
|
// RUN: %FileCheck %s < %t/Foo.swiftinterface
|
|
|
|
// CHECK: macCatalyst
|