Files
swift-mirror/validation-test/compiler_crashers/0781-swift-constraints-constraintsystem-diagnosefailurefromconstraints.swift
Jordan Rose 2cd2d9ceb2 [test] Remove XFAIL lines from still-crashing compiler_crashers.
This is handled by the directory's lit.local.cfg.

Swift SVN r29238
2015-06-02 17:45:20 +00:00

12 lines
289 B
Swift

// RUN: not --crash %target-swift-frontend %s -parse
// 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