]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/test/fixtures/let-star.el
Merge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring
[gnu-emacs-elpa] / packages / context-coloring / test / fixtures / let-star.el
1 (let* (a
2 (b a)
3 (c free))
4 (and a b c d e free)
5 (let* (d
6 (e a)
7 (c free)
8 (g f)
9 (f g))
10 (and a b c d e free))
11 (and a b c d e free))