Files
swift-mirror/test/SILGen/objc_bridged_block_optionality_diff.swift
Saleem Abdulrasool 8b21fdee96 SILGen: enable additional tests globally
Enable a number of SILGen tests to run on all targets.  This improves
coverage on non-Darwin targets.
2018-06-11 09:23:22 -07:00

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 () }