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