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