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