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