File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
validation-test/compiler_crashers Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ // RUN: not --crash %target-swift-frontend %s -parse
2
+
3
+ // Distributed under the terms of the MIT license
4
+ // Test case submitted to project by https://github.com/practicalswift (practicalswift)
5
+ // Test case found by fuzzing
6
+
7
+ protocol a: A . e
8
+ protocol A{ typealias e: a
9
+ class A: e
10
+ func b: A
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ SOFTWARE.
24
24
Repository: https://github.com/practicalswift/swift-compiler-crashes.git
25
25
Web URL: https://github.com/practicalswift/swift-compiler-crashes
26
26
27
- Tests updated as of revision 75c8eac27530ed891be4104485129820572c3fd1
27
+ Tests updated as of revision e823a5d05b386975c98b5cdd7045e4d8474bff60
You can’t perform that action at this time.
0 commit comments