ref: 3c96292a713f091b96d015aedcf824a7ea82f1cf 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