2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs1665.cs
blobb9fd350fd9db61574d36e212862581d5147b073f
1 // cs1665.cs: `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];