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 42c6ff6 commit db5119fCopy full SHA for db5119f
test/Interop/SwiftToCxx/structs/zero-sized-struct-in-cxx.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-swift-frontend %s -typecheck -emit-ir -module-name Structs -clang-header-expose-public-decls -emit-clang-header-path %t/structs.h
+// RUN: %target-swift-frontend %s -typecheck -module-name Structs -clang-header-expose-public-decls -emit-clang-header-path %t/structs.h
3
// RUN: %FileCheck %s < %t/structs.h
4
5
// CHECK: namespace Structs {
0 commit comments