]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/context-coloring/fixtures/test/let-star.el
Merge commit '3007b2917d71a7d66eb94876536dfd80b0661d40' from context-coloring
[gnu-emacs-elpa] / packages / context-coloring / fixtures / test / let-star.el
diff --git a/packages/context-coloring/fixtures/test/let-star.el b/packages/context-coloring/fixtures/test/let-star.el
new file mode 100644 (file)
index 0000000..44d743c
--- /dev/null
@@ -0,0 +1,11 @@
+(let* (a
+       (b a)
+       (c free))
+  (and a b c d e free)
+  (let* (d
+         (e a)
+         (c free)
+         (g f)
+         (f g))
+    (and a b c d e free))
+  (and a b c d e free))