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