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