xref: /Universal-ctags/Units/parser-elm.r/elm-just-comments.d/input.elm (revision 94e964efcdb54004e666334f92f6bee597c7ab96)
1-- a = 1
2
3{- b = 2 -}
4
5{-
6c = 3
7-}
8
9{-* d = 4 -}
10
11{-*
12e = 5
13 -}
14
15{- comment -} {- another comment -}
16
17{-
18comment
19    {- nested comment -}
20g = 7
21-}
22