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