summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-10638.rs
blob: e359669c00dad925061d1847372ddae9d6e0a18d (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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 */
}