blob: f038117d371aa14717eb1811f3fc438b744e29d8 [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
enum S<T where S<T> : AnyObject, x in 0
struct D : T