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