Files
swift-mirror/validation-test/Driver/clang_rt.swift
2018-07-11 15:09:53 -07:00

12 lines
260 B
Swift

// 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...")
}