rust/tests/target/issue-977.rs

16 lines
164 B
Rust
Raw Normal View History

2016-08-23 14:00:43 +02:00
// FIXME(#919)
trait NameC {
// comment
}
struct FooC { /* comment */ }
enum MooC {
// comment
}
mod BarC {
// comment
}
extern "C" {
// comment
}