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