示例#1
0
	public static int Main ()
	{
		var i = null;
		var v = new var ();
		
		if (v.GetType () != typeof (var))
			return 1;
		
		return 0;	
	}