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