summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lexer/lex-bare-cr-nondoc-comment.rs
blob: 5b528d6e1e144eef5861ca594e02f536379704db (plain)
1
2
3
4
5
6
7
8
9
// run-pass
// ignore-tidy-cr

// nondoc comment with bare CR: '
'
//// nondoc comment with bare CR: '
'
/* block nondoc comment with bare CR: '
' */

fn main() {
}