lean4-htt/tests/lean/structure_elab_segfault.lean

2 lines
102 B
Text

structure foo {A} (R) (x : list A) : Prop := (bar : R x)
structure test : Type := (f : ∀ x y, true)