blob: 9f58483268ac1b405ae66c1079de670cabb96dca [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
if true {
struct S<T where T.c: NSObject {
var d {
S<Q