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 6b6e996 commit 2febc04Copy full SHA for 2febc04
test/IRGen/run-coroutine_accessors.swift
@@ -22,7 +22,7 @@ struct MaybePtrBox<T> {
22
private var ptr: UnsafeMutablePointer<T>
23
24
static func sentinel() -> UnsafeMutablePointer<T> {
25
- .init(bitPattern: 0xdeadbeef)!
+ .init(bitPattern: 0xffff)!
26
}
27
28
init() {
0 commit comments