w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / 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;