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