summaryrefslogtreecommitdiff
path: root/tests/lexer/test-006.cli
blob: d67cea72591dbabde70c7f4d3c5a9e036a1c58f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// c++ comment ;
/* c comment ; */
;
"a" // foo
"b"
"a" /* foo
bar
baz */ "b";
- // aaa
5;
- /* a
a
a*/ 5
// eos
:
::