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