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