ref: 71a77dbd7f8a317edf08c55edbfe3016e97ea7fc 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 -> 42 }