fn favourite_number() -> Int {
  todo("We're going to decide which number is best tomorrow")
  // <- @keyword
  //  ^ @punctuation.bracket
  //   ^ @string
  //                                                        ^ @punctuation.bracket
}
