ref: 4a95d9e52e8cb216f9ba963096097b4906aa49f0 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