F.cpp 72 Bytes Raw Blame History Permalink 1 2 3 4 5 6 void f() { void const *l1_ptr = &&l1; goto *l1_ptr; l1: return; }