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