ref: 1ad429cfd3ae87764bcb7ba95d44a79eb4ce3dbf 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) }