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