Skip to content

Commit 9c6c81a

Browse files
committed
Merge pull request swiftlang#1278 from practicalswift/swiftc-28253-swift-constraints-constraintsystem-matchdeepequalitytypes
[swiftc] Add test case for crash triggered in swift::constraints::ConstraintSystem::matchDeepEqualityTypes(…)
2 parents a27bea0 + 97d840f commit 9c6c81a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// RUN: not --crash %target-swift-frontend %s -parse
2+
// REQUIRES: asserts
3+
4+
// Distributed under the terms of the MIT license
5+
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
6+
// Test case found by fuzzing
7+
8+
class A{let h=B<
9+
protocol A{
10+
extension{
11+
struct A{
12+
var b={}
13+
class A:b{
14+
protocol C{func<

0 commit comments

Comments
 (0)