I wonder what can one use the var = &&label
, i.e.: the reading of the address of a label for? I can only tell that by taking such address and then using it for jump doesn't require any __label__ mylabel;
at beginning of the block (what's normally required to be able to jump to such label).
