ref: 17b6a133ca281986b0dfb9a1ced306e4fc99eb92 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) }