blob: f235a07b3ee178a41b0de23e75d8ad236ea59b26 [file] [log] [blame]
// 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
// Crash type: memory error ("Invalid read of size 8")
class a{
class c
class B:A
protocol A{typealias e:a
typealias e:c typealias b