ref: 6940a02fd47d73ba5dd0ad3a82b1945b639a23dc 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