| GOTO '*' expr ';'
I've never see such statements yet,anyone can bring an example?
IIRC that's a GNU-ism for tail calls. Normally you'd leave that optimization to the compiler, but it can be useful when writing kernels or embedded device drivers.