[corlib] Use temp directory for assemblies in SaveTest.Save() (#5727)
[mono.git] / mcs / errors / cs0443.cs
1 // CS0443: Value or constant expected
2 // Line: 6
3
4 public struct S
5 {
6     fixed sbyte test[];
7 }