ref: 5d669c823851eb8c74acba4b0e8673f8da02ae0a 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) }