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