summaryrefslogtreecommitdiff
path: root/test/parse/nested-comments.txt
blob: 52b0243c0e59530fcabcecf99ff162a04707e769 (plain)
1
2
3
4
5
6
7
;;; TOOL: wat2wasm
(module
  (; foo bar
    (; baz
    ;)
  ;)
)