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