10 lines
166 B
Rust
10 lines
166 B
Rust
//@ run-pass
|
|
// ignore-tidy-cr
|
|
|
|
// nondoc comment with bare CR: '
|
|
'
|
|
//// nondoc comment with bare CR: '
|
|
'
|
|
/* block nondoc comment with bare CR: '
|
|
' */
|
|
|
|
fn main() {
|
|
}
|