2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-150.cs
blobc81aff38239eff9566db2bed8b021030ea5dc878
1 using System;
2 class T {
3 //
4 // Tests that the following compiles
6 uint bar = (uint) int.MaxValue + 1;
8 public static int Main() {
9 if (Int32.MinValue == 0x80000000)
10 return 1;
13 return 0;