Files
swift-mirror/test/ModuleInterface/Inputs/extension-available.swift
Artem Chikin 0c470f238b Propagate '-application-extension' to module interface loader sub-invocations.
This flag restricts availability of certain symbols to ensure the code cannot use declarations that are explicitly unavalable to extensions. This restriction should be passed down to dependency modules also.
2022-10-11 11:24:48 -07:00

4 lines
63 B
Swift

@available(macOS 10.0, *)
public func extensionAvailable() {
}