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