ref: 9e933c756a0e0653d347afac3905e75dd8df1c28 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 }