Files
swift-mirror/validation-test/compiler_crashers_2/fef9fa2b91e98ff.swift
2025-06-30 20:52:06 +01:00

7 lines
238 B
Swift

// {"signature":"swift::ExistentialArchetypeType::get(swift::CanType)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
protocol a where b == Self
protocol c : a where Self
: CustomStringConvertible
var d e c.description