Skip to content

Commit 27dfa24

Browse files
committed
Add a member to empty struct to avoid it getting optimized away
1 parent ba36e53 commit 27dfa24

File tree

1 file changed

+1
-1
lines changed
  • lldb/packages/Python/lldbsuite/test/lang/swift/clangimporter/extra_clang_flags/nonmodular

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
struct Foo {};
1+
struct Foo { int i; };

0 commit comments

Comments
 (0)