(* * This is an example where the only top-levelv object is self recursive. In * version 1.1.0, the result is no object hierarchy being generated. This * needs to be fixed for the next release. *) -- object X is SelfRef; -- Uncommented, this forces an non-empty obj hierarchy object SelfRef = A and B and SelfRef; object A; object B;