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