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