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