[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1665.cs
blob6508e548bf3e8f3a4d7ffe7b024d3d3250314f31
1 // CS1665: `S.test20': Fixed size buffers must have a length greater than zero
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe struct S
7 public fixed bool test20 [-4];