  type Flight struct {field1 int unique } end
  insert Flight {field1: 55 }
  let x = Flight[55]
