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