]> git.lizzy.rs Git - rust.git/blob - tests/ui/multiline-comment.rs
Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez
[rust.git] / tests / ui / multiline-comment.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 /*
5  * This is a multi-line oldcomment.
6  */
7 pub fn main() { }