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