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

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

This is the first element of an import cycle.