ref: 73fd799e8bc284b5cdc33aa6fbee256fc0df1f8d 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 std.exit(42) }