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