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 4050956 commit 1de6a0dCopy full SHA for 1de6a0d
test/stdlib/UnsafePointer.swift.gyb
@@ -537,6 +537,7 @@ ${SelfName}TestSuite.test("pointer(to:)") {
537
% end
538
}
539
540
+#if !os(WASI)
541
${SelfName}TestSuite.test("pointer(to:).overflow") {
542
struct Example {
543
var a = false
@@ -558,6 +559,7 @@ ${SelfName}TestSuite.test("pointer(to:).overflow") {
558
559
let doublePointer = p.pointer(to: \.d)
560
expectNotNil(doublePointer)
561
562
+#endif
563
564
565
0 commit comments