add bug info
[mcs.git] / tests / test-441.cs
blob9b6fcef2ea4f3d0c01e5088cbb8b909518a9bd70
1 // Compiler options: /warnaserror
3 using System;
4 class Test
6 static ulong value = 0;
8 public static void Main ()
10 if (value < 9223372036854775809)
11 Console.WriteLine ();