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