mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The API that is being used is not available on all versions of all platforms. rdar://142973844
9 lines
187 B
Swift
9 lines
187 B
Swift
// RUN: %target-swift-frontend -typecheck -verify -I %S/Inputs -cxx-interoperability-mode=default %s
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: OS=macosx
|
|
|
|
import os
|
|
|
|
var _: os.Logger! = nil
|