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