Fix indentation, spacing.
[mono-project.git] / mcs / errors / cs0283-3.cs
blobe34be3e4495353fc9db7a0b7129d259e2eddb57e
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;