In ilasm/tests:
[mcs.git] / errors / cs0266-4.cs
blob294ba4b82ab7c1e9dabc9d68ddde9c6d102528f8
1 // cs0266.cs: Cannot implicitly convert type `long' to `int'. An explicit conversion exists (are you missing a cast?)
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe struct C
7 private fixed long test_1 [200000000000];