PrintAsClang: Fix unicode-scalar-reference.swift on watchOS

rdar://158076988
This commit is contained in:
Alexis Laferrière
2025-08-12 08:57:10 -07:00
parent 09edc47db5
commit 839a334e05

View File

@@ -19,6 +19,7 @@ func x_referencesRelated(a: CChar32, b: CWideChar) { }
#if !((os(macOS) || targetEnvironment(macCatalyst)) && arch(x86_64))
// Actual test of Float16, on supported platforms.
@available(watchOS 7.0, *)
@_cdecl("referencesFloat16")
func y_referencesFloat16(a: Float16, b: CFloat16) { }
#else