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