Prepare for overlapping struct field handling (#121)

This commit is contained in:
Patrick Stevens
2025-08-29 18:27:34 +01:00
committed by GitHub
parent 5e7bd969ba
commit cb5d76f059
12 changed files with 188 additions and 205 deletions

View File

@@ -323,10 +323,10 @@ public class StructLayoutTests
{
int result = 0;
result = TestSequentialLayout();
result = TestExplicitUnion();
if (result != 0) return result;
result = TestExplicitUnion();
result = TestSequentialLayout();
if (result != 0) return result;
result = TestFixedSizeStruct();