summaryrefslogtreecommitdiff
path: root/tests/typ/code/importable/cycle1.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/importable/cycle1.typ')
-rw-r--r--tests/typ/code/importable/cycle1.typ7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/typ/code/importable/cycle1.typ b/tests/typ/code/importable/cycle1.typ
new file mode 100644
index 00000000..e251686d
--- /dev/null
+++ b/tests/typ/code/importable/cycle1.typ
@@ -0,0 +1,7 @@
+// Ref: false
+
+// Error: 9-21 cyclic import
+#import "cycle2.typ" using *
+#let inaccessible = "wow"
+
+This is the first element of an import cycle.