``` c# using System; public class C { public static void Main() { object o = null; TypedReference r2 = (TypedReference)o; } } ``` 