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