mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
8 lines
146 B
Typst
8 lines
146 B
Typst
// Ref: false
|
|
|
|
// Error: 16-28 cyclic import
|
|
#import * from "cycle2.typ"
|
|
#let inaccessible = "wow"
|
|
|
|
This is the first element of an import cycle.
|