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

// Error: 16-28 cyclic import
#import * from "cycle1.typ"
#let val = "much cycle"

This is the second element of an import cycle.