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

// Error: 9-21 cyclic import
#import "cycle2.typ" using *
#let inaccessible = "wow"

This is the first element of an import cycle.