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