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 ba304c3 commit 20e1131Copy full SHA for 20e1131
test/IRGen/newtype.swift
@@ -1,6 +1,8 @@
1
// RUN// RUN: %target-swift-frontend -I %S/../IDE/Inputs/custom-modules %s -emit-ir | FileCheck %s
2
import Newtype
3
4
+// REQUIRES: objc_interop
5
+
6
// CHECK-LABEL: define %CSo8NSString* @_TF7newtype14getErrorDomainFT_VSC11ErrorDomain()
7
public func getErrorDomain() -> ErrorDomain {
8
// CHECK: load %CSo8NSString*, %CSo8NSString** getelementptr inbounds (%VSC11ErrorDomain, %VSC11ErrorDomain* @SNTErrOne
0 commit comments