add test to confirm behavior of Control.SetVisibleCore, and remove some redundant...
[mcs.git] / tests / test-556.cs
blob7c9442d8adfa9a33abaf967c9d34a2cdaa529bbb
1 using System;
2 using System.Collections;
4 public class S
6 public void Frobnikator()
8 const UInt32 SMALL_MASK = (1U << (24)) - 1;
9 const ulong BIG_MASK = ~((ulong)SMALL_MASK);
13 static void Main ()