Skip to content

Commit 08bf645

Browse files
committed
[Test] Check multipayload empty case wrapping.
Verify the behavior of swift_storeEnumTagMultiPayload in the face of small payload sizes (8 bits) and many empty cases (more than 2^8). Additional test of the behavior that was fixed at swiftlang#42131
1 parent 2d370fb commit 08bf645

File tree

2 files changed

+826
-0
lines changed

2 files changed

+826
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
public struct Bewl {
2+
var value: Bool
3+
}

0 commit comments

Comments
 (0)