test(tests/lean/run): add cc+ac sanity test
This commit is contained in:
parent
9065cf0350
commit
4eafd201f6
1 changed files with 7 additions and 0 deletions
7
tests/lean/run/cc_ac_support.lean
Normal file
7
tests/lean/run/cc_ac_support.lean
Normal 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
|
||||
Loading…
Add table
Reference in a new issue