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