mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
178 B
Swift
10 lines
178 B
Swift
// RUN: %target-repl-run-simple-swift | FileCheck %s
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: swift_repl
|
|
|
|
import Cocoa
|
|
|
|
// CHECK: 0{{$}}
|
|
println(NSNumber(integer: 0).description)
|