14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
|
============================================
|
||
|
Line comments with escaped CRLF line endings
|
||
|
============================================
|
||
|
|
||
|
// hello \
|
||
|
this is still a comment
|
||
|
this_is_not a_comment;
|
||
|
|
||
|
---
|
||
|
|
||
|
(translation_unit
|
||
|
(comment)
|
||
|
(declaration (type_identifier) (identifier)))
|