{
  "policy": "tier1-equivalence/policies/20-let-dependent.aster",
  "entry": "final_amount",
  "cases": [
    {
      "name": "50 → 100 + 100 = 200",
      "input": [
        50
      ],
      "expectedOutput": 200
    },
    {
      "name": "0 → 0 + 100 = 100",
      "input": [
        0
      ],
      "expectedOutput": 100
    },
    {
      "name": "1 → 2 + 100 = 102",
      "input": [
        1
      ],
      "expectedOutput": 102
    }
  ]
}
