test(tests/lean/run): add cc+ac sanity test

This commit is contained in:
Leonardo de Moura 2016-12-28 21:35:26 -08:00
parent 9065cf0350
commit 4eafd201f6

View file

@ -0,0 +1,7 @@
open tactic
example (a b c : nat) (f : nat → nat) : f (a + b + c) = f (c + b + a) :=
by cc
example (a b c : nat) (f : nat → nat) : a + b = c → f (c + c) = f (a + b + c) :=
by cc