ref: 80c98275269f28f88827ce8d493bb5db47db9757 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 }