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