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