]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-4018.rs
Fix typos “an”→“a” and a few different ones that appeared in the same search
[rust.git] / tests / source / issue-4018.rs
1 fn main() {
2     ;
3            /* extra comment */            ;
4 }
5
6 fn main() {
7     println!("");
8     // comment 1
9     // comment 2
10     // comment 3
11     // comment 4
12     ;
13 }