ref: 9125dee98dc51e46a35c5e30a8a228031dcca44d dir: /test/tyrec.myr/
use std /* we just want to see if this file compiles */ type foo = struct v : foo# ;; const main = { var v : foo -> 42 }