1 2 3 4 5 6 7
// CS0443: Value or constant expected // Line: 6 public struct S { fixed sbyte test[]; }