typst/tests/typ/code/importable/cycle1.typ

8 lines
146 B
Plaintext

// Ref: false
// Error: 16-28 cyclic import
#import * from "cycle2.typ"
#let inaccessible = "wow"
This is the first element of an import cycle.