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