Files
swift-mirror/test/Inputs/clang-importer-sdk/swift-modules/Dispatch.swift
Jordan Rose 7d61a5e6a2 [SDK] Use an extra shims header to remove _silgen_name from Dispatch.
We still have a bunch of redeclarations of Dispatch functions to avoid
the automatic bridging of dispatch_data_t and dispatch_block_t, but
mostly this is a vast reduction in complexity (and increase in safety).
2016-12-01 16:06:15 -08:00

4 lines
103 B
Swift

@_exported import Dispatch // Clang module
typealias dispatch_block_t = @convention(block) () -> Void