mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-12 00:58:39 +00:00
Prepare for overlapping struct field handling (#121)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user