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

// Error: 9-21 cyclic import
#import "cycle1.typ" using *
#let val = "much cycle"

This is the second element of an import cycle.