a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
8 lines
222 B
C#
8 lines
222 B
C#
// CS1663: `S.test': Fixed size buffers type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double
|
|
// Line: 6
|
|
|
|
public struct S
|
|
{
|
|
public fixed decimal test [4];
|
|
}
|