ref: 779bc03ea6bffa543c52a02e6d87e600b0417066 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) }