end {
  print apply({"a":1,"b":2,"c":3}, func (k,v) { return {} });
}
