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

8 lines
146 B
Plaintext

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