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