Skip to content

Commit fa35b99

Browse files
committed
Merge pull request #662 from practicalswift/sil-007-swift-abstractstoragedecl-makecomputed
[SIL] Add test case for crash triggered in swift::AbstractStorageDecl::makeComputed(…)
2 parents a28d2e9 + 58ce678 commit fa35b99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not --crash %target-sil-opt %s
2+
// REQUIRES: asserts
3+
protocol a{@sil_stored var e:a{get

0 commit comments

Comments
 (0)