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