// RUN: %target-run-simple-swift | %FileCheck %s // REQUIRES: executable_test // REQUIRES: objc_interop import Foundation _ = JSONDecoder() let x = NSObject() unowned let y = x print(y) // CHECK: print(x) // CHECK-NEXT: