ref: c28f7bb408962ce802fdb6d6a98d434de67d5ba6 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 }