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