import std.stdio; void main() { scope(exit) goto head; // line 5 head: writef("top\n"); } //scope_goto.d(5): cannot goto in or out of finally block