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