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