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

7 lines
116 B
Plaintext

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