def f(): T
{
  # First comment

  a, b = c(); # Suffix comment

  # Second comment

  d, e = f();

  # Third comment
}
