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