Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
multiline-comments-basic.rs
blob: 1aa2a531f5cc23023b7f5a4855204fedd3bb69e9 [
file
] [
log
] [
blame
]
//! Test that basic multiline comments are parsed correctly.
//!
//! Feature implementation test for <https://github.com/rust-lang/rust/issues/66>.
//@ run-pass
/*
* This is a multi-line comment.
*/
pub
fn
main
()
{}