lean2/tests/lean/run/sec_bug.lean

10 lines
96 B
Text
Raw Normal View History

import logic
namespace foo
section bla
definition tst := true
end bla
end foo
check foo.tst