rust/tests/source/issue-1177.rs

7 lines
74 B
Rust
Raw Normal View History

fn main() {
// Line Comment
/* Block Comment */
let d = 5;
}