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