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