1 // cs0266.cs: Cannot implicitly convert type `Helper*' to `Obsolete*'. An explicit conversion exists (are you missing a cast?)
3 // Compiler options: -unsafe
9 unsafe struct Obsolete
{
12 unsafe struct Helper
{}
15 unsafe public static void Main ()
18 fixed (Obsolete
* p
= &b
.o
)