// ets_tracing: off

export function next(l: number) {
  return l + 1
}
