// cs1641.cs: A fixed buffer field must have the array size specifier after the field name // Line: 6 public struct S { fixed sbyte[] test; }