2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0133-2.cs
blob40567aafcd5ad239d8af570c642974657cc7503d
1 // cs0133-2.cs: 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];