// { dg-options "" }

template <typename T>
void f() {
 l:
  void *p[] = { &&l };

  goto *p;
}

template void f<int>();


syntax highlighted by Code2HTML, v. 0.9.1