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