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