blob: 7453744ee53921be7ebb30135450bb3de79a81fa [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
// RUN: not %target-swift-frontend -parse-stdlib %s -parse
// Just don't crash when accidentally importing "SWIFT" instead of "Swift".
import SWIFT
print("hi")
SWIFT.print("hi")