www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - goto label:{} crashes compiler

void main() {
   ret:{}
   goto ret;
}

Andrew
Dec 18 2004