summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/modules/cycle2.typ
blob: 191647db265a21018463bc1d910acd4613223680 (plain) (blame)
1
2
3
4
5
6
// Ref: false

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

This is the second element of an import cycle.