Files
swift-mirror/validation-test/compiler_crashers/0781-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
Dmitri Hrybenko 2a744240fc Annotate compiler crasher tests that no longer crash when the compiler
is built without assertions

Swift SVN r24476
2015-01-16 18:01:12 +00:00

13 lines
310 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse
// XFAIL: no_asserts
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
func g<T>(v: Array) {
typealias e {
}
class A {
var c, object2: T