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