[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0133-4.cs
blob41fe639b44625a379510271ea3d4a7479e4d4af5
1 // CS0133: The expression being assigned to `S.pathName' must be constant
2 // Line: 12
3 // Compiler options: -unsafe
5 class C
7 public static int i = 4;
10 public unsafe struct S
12 private fixed char pathName [C.i];