mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Not so interesting right now, but eventually we'll be validating other things as well, and it's best not to have FIXMEs lying around. Swift SVN r5175
6 lines
177 B
Swift
6 lines
177 B
Swift
// RUN: %swift %s -parse -I=%S/Inputs -verify
|
|
|
|
import too_new // expected-error{{module file was created by a newer version of the compiler}}
|
|
|
|
too_new // no-warning (but empty)
|