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