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