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