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