2 using System
.Reflection
;
25 [A1 (uint.MaxValue
+ (ulong)1)]
32 public static int Main ()
34 var A1
= typeof (T1
).GetCustomAttributes (false) [0] as A1
;
35 if (A1
.F
!= 45234.567f
)
38 A1
= typeof (T2
).GetCustomAttributes (false) [0] as A1
;
39 if (A1
.UL
!= uint.MaxValue
+ (ulong)1)