blob: a8255c4b20ad67547605d9e2cebbfc78a6d44c6e [file] [log] [blame]
// RUN: %target-swift-remoteast-test -sdk %S/../IRGen/Inputs %s | %FileCheck %s
// REQUIRES: swift-remoteast-test
// REQUIRES: objc_interop
import CoreCooling
@_silgen_name("printMetadataType")
func printType(_: Any.Type)
printType(CCRefrigerator.self)
// CHECK: found type: CCRefrigerator