cleol
[mcs.git] / errors / gcs0031.cs
blob29f01f25c7c51ae4b0f0b9923dc0a20182380ed1
1 // cs0031-5.cs: Constant value `200000000000' cannot be converted to a `int'
2 // Line: 7
3 // Compiler options: -unsafe
5 public unsafe struct C
7 private fixed long test_1 [200000000000];