]> code.delx.au - gnu-emacs-elpa/blob - packages/context-coloring/fixtures/test/let-star.el
Merge commit '212c8fc3101781a2f1c55ca61772eb75a2046e87' from company
[gnu-emacs-elpa] / packages / context-coloring / fixtures / test / 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))