Skip to content

Commit 6d02fe9

Browse files
committed
Merge pull request #660 from practicalswift/sil-006-swift-syntaxsugartype-getimplementationtype
[SIL] Add test case for crash triggered in swift::SyntaxSugarType::getImplementationType()
2 parents 8e40637 + 74b07c1 commit 6d02fe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// RUN: not --crash %target-sil-opt %s
2+
// REQUIRES: asserts
3+
class C
4+
struct e{weak var x:C

0 commit comments

Comments
 (0)