ref: f069b33395af1e4a5213b5f5110d583c0af5be7b 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