[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0031-5.cs
blobf664623df019c3d6757c9ba05cbe564756dd4e2b
1 // CS0031: 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];