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