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