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