---
Map {
 bindings: [
  KeyValue(
   AttributePath {
    attributes: [
     Raw {
      content: "value",
      position: (2, 3),
     },
    ],
   },
   UnaryOperation {
    operator: Negate,
    operand: Int {
     value: 23,
     position: (2, 12),
    },
    position: (2, 11),
   },
  ),
 ],
 recursive: false,
 position: (1, 1),
}