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.
2 parents 9e159de + 1e45d16 commit c917530Copy full SHA for c917530
validation-test/Sema/type_checker_perf/fast/rdar26564101.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
2
// REQUIRES: tools-release,no_asan
3
+// UNSUPPORTED: swift_test_mode_optimize_none && OS=linux-gnu
4
5
func rdar26564101(a: [Double], m: Double) -> Double {
6
return Double(Array(0...a.count - 1).reduce(0) { $0 + $1 - m })
0 commit comments