quote only work on lambda on net_4_0
[mcs.git] / errors / cs0283-3.cs
blob3d71aad4831f1d6008cb032542ecde4b9b1d86e3
1 // CS0283: The type `int*' cannot be declared const
2 // Line: 10
3 // Compiler options: -unsafe
5 unsafe class Test
7 const int* o = null;