void foo(int p, int q)
{
  if (p)
    {
      if (q)
        __builtin_trap ();
    }
  else
    bar();
}


syntax highlighted by Code2HTML, v. 0.9.1