diff options
Diffstat (limited to 'tests/typ/compiler/modules/cycle1.typ')
| -rw-r--r-- | tests/typ/compiler/modules/cycle1.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/compiler/modules/cycle1.typ b/tests/typ/compiler/modules/cycle1.typ new file mode 100644 index 00000000..a9c00f5e --- /dev/null +++ b/tests/typ/compiler/modules/cycle1.typ @@ -0,0 +1,6 @@ +// Ref: false + +#import * from "cycle2.typ" +#let inaccessible = "wow" + +This is the first element of an import cycle. |
