// CS0153: A goto case is only valid inside a switch statement // Line: 7 class X { void Main () { goto default; } }