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