blob: 1d86c59a307c5a4d748269eff2a18a66bedb783a [file] [log] [blame]
// RUN: %target-parse-verify-swift -parse-stdlib
// This file is for tests that used to cause the type checker to crash.
class DictStringInt {
init(dictionaryLiteral xs: ()...) {} // expected-error{{broken standard library: cannot find Array type}}
}