Shouldn't select the text in this path.
[mono-project.git] / mcs / errors / gcs0029-2.cs
blob14ccaeb5406e6450f450a6981adaf09984ff7fed
1 // CS0029: Cannot implicitly convert type `T' to `int*'
2 // Line : 8
3 // Compiler options: -unsafe
5 class T {
6 static unsafe int Main ()
8 int *a = default(T);