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