blob: aeb449c1e4844ca7eef5d6363aafd16f00689636 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -emit-module -o %t/test.swiftmodule %s
// RUN: %target-build-swift -g -o %t/sdk-link %s
// RUN: %target-codesign %t/sdk-link
// RUN: %target-run %t/sdk-link | %FileCheck %s
// REQUIRES: executable_test
// REQUIRES: objc_interop
import Foundation
// CHECK: {{^}}ABCDEF{{$}}
print(("ABC" as NSString).appending("DEF"))