ref: 0c36acb089dad1d5656d2af4508b5165f52dee3d 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) }