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 ec38c6e + 839a334 commit 04499a7Copy full SHA for 04499a7
test/PrintAsObjC/unicode-scalar-reference.swift
@@ -19,6 +19,7 @@ func x_referencesRelated(a: CChar32, b: CWideChar) { }
19
20
#if !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
21
// Actual test of Float16, on supported platforms.
22
+ @available(watchOS 7.0, *)
23
@_cdecl("referencesFloat16")
24
func y_referencesFloat16(a: Float16, b: CFloat16) { }
25
#else
0 commit comments