mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
146 B
Typst
8 lines
146 B
Typst
// Ref: false
|
|
|
|
// Error: 9-21 cyclic import
|
|
#import "cycle2.typ" using *
|
|
#let inaccessible = "wow"
|
|
|
|
This is the first element of an import cycle.
|