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 dfff952 commit b45c4b0Copy full SHA for b45c4b0
test/Interop/Cxx/class/access/private-fileid-irgen.swift
@@ -1,5 +1,6 @@
1
//--- blessed.swift
2
// RUN: split-file %s %t
3
+// RUN: %target-swift-frontend -emit-ir -module-name main %t/blessed.swift -I %S/Inputs -cxx-interoperability-mode=default -Onone
4
// RUN: %target-swift-frontend -emit-ir -module-name main %t/blessed.swift -I %S/Inputs -cxx-interoperability-mode=default -Onone | %FileCheck %s
5
6
import NonPublic
0 commit comments