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 ee775e6 commit f4d897eCopy full SHA for f4d897e
test/Interop/Cxx/extern-var/extern-var-silgen.swift
@@ -1,5 +1,3 @@
1
-// Test that global variables are handled properly by the ClangImporter.
2
-
3
// RUN: %empty-directory(%t)
4
// RUN: %target-build-swift %s -I %S/Inputs -emit-sil -o %t/extern-var.sil -Xfrontend -enable-cxx-interop
5
// RUN: %FileCheck < %t/extern-var.sil %s
test/Interop/Cxx/extern-var/extern-var.swift
// RUN: %target-clang -c %S/Inputs/extern-var.cc -I %S/Inputs -fPIC -o %t/extern-var.o
// RUN: %target-build-swift %s -I %S/Inputs -o %t/extern-var %t/extern-var.o -Xfrontend -enable-cxx-interop
0 commit comments