2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1665.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];