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