1 // Compiler options: -warnaserror -warn:4
5 [assembly
: CLSCompliant (true)]
9 #pragma warning disable 3019
10 [CLSCompliant (false)]
11 #pragma warning restore 3019
12 internal ushort ToUint16 ()
14 return ushort.MaxValue
;
17 public static void Main ()