remove unused using
[mcs.git] / tests / gtest-377.cs
blob6809734ffa275f0658afce4d4d269f84272f81e5
1 public static class D
3 static bool? debugging = null;
4 static int? extra = 0;
6 public static void Main ()
8 debugging |= true;
10 extra |= 55;