ref: 27097e78de938a29a368f9198ed1b1b6377090dd dir: /test/tyoccur.myr/
use std /* checks that types do not contain themselves inline, because that would lead to an infinite sized type. */ type t = struct memb : t ;; var v : t