blob: 04af2683fc6c162e7453c7117611471e8480147d [file] [log] [blame]
// 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
struct d<f : e, g: e where g.h == f.h> {
}
var e: Int -> Int = {
return $0
d