Similar to #12842 except for the following struct: ```csharp [StructLayout(LayoutKind.Explicit)] ref struct RefStruct { [FieldOffset(0)] public short X; [FieldOffset(2)] ref int Y; } ``` We should not allow this to load.