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