ref: 547d6b96e5536f97d161e0a6544344534af3bde2 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) }