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