[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1644-3.cs
blob89e3ae19d0c98ed43abfdcf3bf0dafef6cb41f4a
1 // CS1644: Feature `fixed size buffers' cannot be used because it is not part of the C# 1.0 language specification
2 // Line: 6
3 // Compiler options: -langversion:ISO-1
5 struct S {
6 fixed long buffer [5];