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