Files
swift-mirror/test/Interpreter/SDK/Cocoa_repl.swift
Dmitri Hrybenko 6058d291ca CMake: allow the SDK overlay to be built separately from the compiler
and the stdandard library

rdar://19703353

Swift SVN r25139
2015-02-10 21:57:03 +00:00

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)