Files
swift-mirror/validation-test/compiler_crashers_fixed/25706-swift-genericsignature-get.swift
Luke Larson f15745b287 Add 622 new practicalswift tests
rdar://problem/21796335

Swift SVN r30504
2015-07-22 21:22:29 +00:00

17 lines
296 B
Swift

// RUN: not %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
var a{
protocol P{
typealias B
struct B{
class a:d
}
}
class d
class d
class a<T