New test.
[mono.git] / mcs / errors / cs0443.cs
1 // cs0443.cs: Value or constant expected
2 // Line: 6
3
4 public struct S
5 {
6     fixed sbyte test[];
7 }