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