ref: a3e640134dc9e002a2b56ee14f7250c36871d1e8 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 = { }