We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1cd3a commit a1dbf96Copy full SHA for a1dbf96
validation-test/compiler_crashers_2/issue-78156.swift
@@ -0,0 +1,6 @@
1
+// RUN: not --crash %target-swift-frontend -target %target-swift-5.9-abi-triple -typecheck %s
2
+
3
+// https://github.com/apple/swift/issues/78156
4
5
+func f<each T>(_: repeat [each T]) -> (repeat [each T], Bool) {}
6
+let _ = f(f(f([4])))
0 commit comments