2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs1641.cs
blob14d9f6cdfd60abe9358c65de3c1a265f3f87b86a
1 // cs1641.cs: A fixed buffer field must have the array size specifier after the field name
2 // Line: 6
4 public struct S
6 fixed sbyte[] test;