mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable a number of SILGen tests to run on all targets. This improves coverage on non-Darwin targets.
7 lines
216 B
Swift
7 lines
216 B
Swift
// RUN: %target-swift-emit-silgen(mock-sdk: %clang-importer-sdk) -enable-objc-interop -import-objc-header %S/Inputs/objc_bridged_block_optionality_diff.h -verify %s
|
|
|
|
import Foundation
|
|
|
|
TheHandlerBlock = { x in () }
|
|
|