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