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