summaryrefslogtreecommitdiff
path: root/tests/typ/code/importable/cycle1.typ
blob: ae755fa09ee4d9bc31336cc5b86a5db90510c626 (plain) (blame)
1
2
3
4
5
6
7
// Ref: false

// Error: 16-28 cyclic import
#import * from "cycle2.typ"
#let inaccessible = "wow"

This is the first element of an import cycle.