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