blob: d1061a9926e71b3c32ec616209c6cf3056146a04 [file] [log] [blame]
// RUN: %target-build-swift -emit-executable %s -import-objc-header %S/Inputs/clang_rt-helper.h -o %t
// REQUIRES: c_runtime
// Just make sure we can build and link successfully.
if isRunningOnFairlyRecentOS() {
print("new!")
} else {
print("old...")
}