rust/src/test/ui/issues/issue-10638.rs
2019-07-27 18:56:16 +03:00

11 lines
245 B
Rust

// run-pass
// pretty-expanded FIXME #23616
pub fn main() {
//// I am not a doc comment!
////////////////// still not a doc comment
/////**** nope, me neither */
/*** And neither am I! */
5;
/*****! certainly not I */
}