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 6d269e5 commit 0251836Copy full SHA for 0251836
test/PrintAsObjC/bridged-known-types-cf-cgfloat.swift
@@ -30,3 +30,6 @@ public class Test: NSObject {
30
@objc public func isEnabled() -> Bool { true }
31
// CHECK-NEXT: init
32
} // CHECK-NEXT: @end
33
+// Rebuild modules without -DCGFLOAT_IN_COREFOUNDATION
34
+// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -emit-module -o %t %clang-importer-sdk-path/swift-modules/CoreFoundation.swift
35
+// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -emit-module -o %t %clang-importer-sdk-path/swift-modules/CoreGraphics.swift
0 commit comments