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