summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/modules/cycle1.typ
blob: 02067b71534f83a3224fd65842b53b5b72f13f94 (plain) (blame)
1
2
3
4
5
6
// Ref: false

#import "cycle2.typ": *
#let inaccessible = "wow"

This is the first element of an import cycle.