blob: 5a4ad57d85061dc9f9563cdab2da6eba2f9c2058 [file] [log] [blame]
// RUN: %empty-directory(%t/tmp)
// RUN: env TMPDIR=%t/tmp/ %target-build-swift -emit-module -o %t/test.swiftmodule %s
// RUN: env TMPDIR=%t/tmp/ %target-build-swift -g -v -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"))