typst/tests/typ/code/importable/cycle2.typ

8 lines
145 B
Plaintext

// Ref: false
// Error: 16-28 cyclic import
#import * from "cycle1.typ"
#let val = "much cycle"
This is the second element of an import cycle.