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