public static int Main() { ToFromIntPtrTest t = new ToFromIntPtrTest(); if (t.RunTests()) { Console.WriteLine("ToFromIntPtrTest Passed!"); return(100); } Console.WriteLine("ToFromIntPtrTest Failed!"); return(1); }
public static int Main() { ToFromIntPtrTest t = new ToFromIntPtrTest(); if (t.RunTests()) { Console.WriteLine("ToFromIntPtrTest Passed!"); return 100; } Console.WriteLine("ToFromIntPtrTest Failed!"); return 1; }