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