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