5 static DateTime a
, b
, c
;
8 static void test1 (out DateTime x
)
10 x
= new DateTime (85);
13 static void test2 (ref DateTime x
)
15 x
= new DateTime (999);
18 public static int Main ()
20 c
= b
= a
= new DateTime (633596616517216000);
28 ic
= ib
= ia
= new DateTime (633596616517216000);