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