]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/spec/comments.wast
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / spec / comments.wast
CommitLineData
abe05a73
XL
1;; Test comment syntax
2
3;;comment
4
5;;;;;;;;;;;
6
7 ;;comment
8
9( ;;comment
10module;;comment
11);;comment
12
13;;)
14;;;)
15;; ;)
16;; (;
17
18(;;)
19
20(;comment;)
21
22(;;comment;)
23
24(;;;comment;)
25
26(;;;;;;;;;;;;;;)
27
28(;(((((((((( ;)
29
30(;)))))))))));)
31
32(;comment";)
33
34(;comment"";)
35
36(;comment""";)
37
38(;Heiße Würstchen;)
39
40(;í ½í¸ší¸Ží ½í²©;)
41
42(;comment
43comment;)
44
45 (;comment;)
46
47(;comment;)((;comment;)
48(;comment;)module(;comment;)
49(;comment;))(;comment;)
50
51(;comment(;nested;)comment;)
52
53(;comment
54(;nested
55;)comment
56;)
57
58(module
59 (;comment(;nested(;further;)nested;)comment;)
60)
61
62(;comment;;comment;)
63
64(;comment;;comment
65;)
66
67(module
68 (;comment;;comment(;nested;)comment;)
69)