test(tests/lean/run): add 'export' command test

This commit is contained in:
Leonardo de Moura 2015-02-01 19:57:26 -08:00
parent 7d9d89bae6
commit 3f37c0e739

View file

@ -0,0 +1,12 @@
open nat
definition foo := 30
namespace foo
definition x : nat := 10
definition y : nat := 20
end foo
export foo
example : x + y = foo := rfl