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