2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1641.cs
blobcde1dac9a963259aafa49cd267bbe635b9606547
1 // CS1641: A fixed size buffer field must have the array size specifier after the field name
2 // Line: 6
4 public struct S
6 fixed sbyte[] test;