lean2/tests/lean/internal_names.lean

5 lines
93 B
Text

definition _foo : nat := 0 -- error
structure _bla := (a b : nat)
inductive _empty : Type.