https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119537
--- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- Clang crashes on this variant from the thread too: ``` #include <stdio.h> int main() { goto *&&x; typeof(({x: puts("hi");}) ) nope; } ```