GenericParameter.cs: override Module properly
[mcs.git] / tests / test-192.cs
blob7ba8ea13922f5c1b057079985419650a1b1d001a
1 //
2 // Tests that we validate the unchecked state during constatn resolution
3 //
4 class X {
5 static void Main ()
7 unchecked {
8 const int val = (int)0x800B0109;