2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2013-11-24 22:23:50 -06:00
|
|
|
pub fn main() {
|
|
|
|
//// I am not a doc comment!
|
|
|
|
////////////////// still not a doc comment
|
|
|
|
/////**** nope, me neither */
|
|
|
|
/*** And neither am I! */
|
2015-01-25 15:05:03 -06:00
|
|
|
5;
|
2013-11-24 22:23:50 -06:00
|
|
|
/*****! certainly not I */
|
|
|
|
}
|