// cs0153.cs: goto default only allowed in switch statement // Line: class X { void Main () { goto default; } }