ignores
[mcs.git] / errors / gcs0029-4.cs
blobd845c605e6a55dbe1624c72186f5f4958ff79974
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);