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