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