[System] Tweak socket test
[mono-project.git] / mono / tests / bug-59286.cs
blobc040191ef646197fa57b8025c268326814b661a7
1 using System;
3 class A : T {}
4 class T {
5 static int Main ()
7 object o = (T [][]) (object) (new A [][] {});
8 return o.GetHashCode () - o.GetHashCode ();