johnwhitington / ocamli

OCaml interpreter
BSD 3-Clause "New" or "Revised" License
99 stars 0 forks source link

Segfault (presumably stack overflow) #31

Closed johnwhitington closed 7 years ago

johnwhitington commented 8 years ago

let x = 1

let x = x

let y = x