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 b2d7d7d + 29725e8 commit 756523eCopy full SHA for 756523e
validation-test/Sema/type_checker_perf/fast/rdar32998180.swift
@@ -1,5 +1,6 @@
1
// RUN: %target-typecheck-verify-swift -solver-expression-time-threshold=1
2
// REQUIRES: tools-release,no_asan
3
+// REQUIRES: OS=macosx
4
5
func rdar32998180(value: UInt16) -> UInt16 {
6
let result = ((((value >> 1) ^ (value >> 1) ^ (value >> 1) ^ (value >> 1)) & 1) << 1)
validation-test/Sema/type_checker_perf/fast/rdar36838495.swift
struct T {
enum B {
0 commit comments