Hacker News new | ask | show | jobs
by dietrichepp 4235 days ago
It's a GCC extension. https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
1 comments

Is there an equivalent for Clang/LLVM?
Yes.

http://blog.llvm.org/2010/01/address-of-label-and-indirect-b...

A venerable interpreter implementation trick.