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