blob: 131560ef9f7fbb036401cb52e33adb62636604c8 [file] [log] [blame]
// RUN: %target-swift-remoteast-test-with-sdk %s | %FileCheck %s
// REQUIRES: swift-remoteast-test
// REQUIRES: objc_interop
import Foundation
@_silgen_name("printMetadataType")
func printType(_: Any.Type)
printType(NSString.self)
// CHECK: NSString