test(tests/lean/run): add test for @1218

This commit is contained in:
Leonardo de Moura 2016-12-08 14:10:47 -08:00
parent aed6d8fea0
commit 0818b02eb3

2
tests/lean/run/1218.lean Normal file
View file

@ -0,0 +1,2 @@
example (h : false) : "hello" = "goodbye" :=
begin try {reflexivity}, contradiction end