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