mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
206 B
Swift
8 lines
206 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -c -primary-file %s %S/Inputs/0178-rdar-45060773-other.swift -o /dev/null
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
func doit() {
|
|
MyCls().something(true)
|
|
}
|