int main (void)
{
  __label__ l1;
  void __attribute__((used)) q(void)
  {
    goto l1;
  }

  l1:;
}


syntax highlighted by Code2HTML, v. 0.9.1