typst/tests/typ/compiler/modules/cycle2.typ

7 lines
111 B
Plaintext

// Ref: false
#import "cycle1.typ": *
#let val = "much cycle"
This is the second element of an import cycle.