summaryrefslogtreecommitdiff
path: root/test-suite/output/optimize_heap.v
blob: e566bd7babf08c9dfeb773492b50fc3f3d93f44e (plain)
1
2
3
4
5
6
7
(* optimize_heap should not affect the proof state *)

Goal True.
  idtac.
  Show.
  optimize_heap.
  Show.