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