blob: 0a3ce426376178ac02ecaee497719c70fa2c776f [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