ref: 2da5de43f610bfd33116a06631a4eaa85deb811d 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 std.exit(42) }