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