]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-977.rs
Merge pull request #1134 from sinkuu/issue977
[rust.git] / tests / target / issue-977.rs
1 // FIXME(#919)
2
3 trait NameC {
4     // comment
5 }
6 struct FooC { /* comment */ }
7 enum MooC {
8     // comment
9 }
10 mod BarC {
11     // comment
12 }
13 extern "C" {
14     // comment
15 }