I wrote (more or less this) in a function:
void crash() {
oups:
/* Some code */
goto oups;
}
The driver crashed while trying to compile this. I was looking into do a break to label from a double nested for loop, but I could not forward reference my label so I just for compile time tested to put it before the goto statement.
This was on DGD 1.7.3