aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success/ltacprof.v
blob: 6b73443d6a3695b8cfbbf29e04b0998641387e66 (plain)
1
2
3
4
5
6
7
8
(** Some LtacProf tests *)

Start Profiling.
Ltac multi := (idtac + idtac).
Goal True.
  try (multi; fail). (* Anomaly: Uncaught exception Failure("hd"). Please report. *)
Admitted.
Show Profile.