enum void*[3] targs  = [&Label1, &Label2, &Label3];
int i = 2; // run-time value
goto targs[i];


Yeah, that would work with the extension.

Reply via email to