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 f1ac7da commit 2727a98Copy full SHA for 2727a98
test/Interop/Cxx/static/static-var.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-clangxx -c %S/Inputs/static-var.cpp -I %S/Inputs -o %t/static-var.o
3
-// RUN: %target-build-swift %s -I %S/Inputs -o %t/statics %t/static-var.o -Xfrontend -enable-experimental-cxx-interop
+// RUN: %target-build-swift %s -I %S/Inputs -o %t/statics %t/static-var.o -Xfrontend -enable-experimental-cxx-interop -v
4
// RUN: %target-codesign %t/statics
5
// RUN: %target-run %t/statics
6
//
0 commit comments