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