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