// cs0118-8.cs: // Line: 9 class D { static int a = 1; static int b = 2; static int Main () { return (a << 1) ~ (b); } }