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