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

7 lines
115 B
Plaintext

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