ref: 1c52c3c30241558dcc6bf01a618528cfe8f552b2 dir: /test/exportcycle.myr/
use std /* This test checks that cyclic types will be output * by muse. */ pkg = type list = struct next : list# val : int ;; ;; const main = { }