lean2/tests/lean/run/sec_bug.lean

9 lines
96 B
Text

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