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

#import * from "cycle1.typ"
#let val = "much cycle"

This is the second element of an import cycle.