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