blob: 368b6db40da5716564940ba322675042456e0eed [file] [log] [blame]
void f() {
void const *l1_ptr = &&l1;
goto *l1_ptr;
l1:
return;
}