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