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